Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libchrome
/
9e06a28673009555a71649f8a49944f899538e0c
/
base
/
base.gyp
9e06a28
Add a message pump for ChromeOS Embedded.
by rjkroege@chromium.org
· 12 years ago
076c6c6
Split the power monitoring feature from SystemMonitor
by hongbo.min@intel.com
· 12 years ago
ec84111
Create a new base/message_loop directory and move the message_loop_proxy.
by brettw@chromium.org
· 12 years ago
4329aa7
Move shared_memory into base/memory subdirectory.
by brettw@chromium.org
· 12 years ago
efd7ea2
Move string_piece.h to base/strings.
by brettw@chromium.org
· 12 years ago
e659804
base: Move the rest of JSONValueSerializer unit tests from c/common to base/json.
by tfarina@chromium.org
· 12 years ago
3e93b7d
base: Run JsonPrefStore unit tests on ios.
by tfarina@chromium.org
· 12 years ago
5df33b3
[Android] Always build base as a static library.
by yfriedman@chromium.org
· 12 years ago
74f60ef
base/prefs: Remove the public/ directory and move the files to //base/prefs.
by tfarina@chromium.org
· 12 years ago
4fdd832
Invoke the iOS hook from TestSuite so each run_all_unittests.cc file does not
by lliabraa@chromium.org
· 12 years ago
1e4c8e2
Android: rename android_build_type gyp variable.
by torne@chromium.org
· 12 years ago
1b909d2
x11: Include X11 dependencies only when building with X11.
by sadrul@chromium.org
· 12 years ago
42f1b3f
[Android] Change jni_gen_dir to jni_gen_package for jni_generator.
by yfriedman@chromium.org
· 12 years ago
9110f1d
Send pref change notifications when changing the default value for a pref.
by bauerb@chromium.org
· 12 years ago
013f869
Fix downstream android webview build
by boliu@chromium.org
· 12 years ago
f0b51a8
Android: Add a java version of ObserverList.
by nileshagrawal@chromium.org
· 12 years ago
43a0bf1
Create JNI for ImportantFileWriter
by aberent@chromium.org
· 12 years ago
d8a0a9c
Make SQLitePersistentCookieStore run on injected SequencedTaskRunners vs named BrowserThreads.
by erikwright@chromium.org
· 12 years ago
54da759
Revert 184868
by mpearson@chromium.org
· 12 years ago
95fc4ea
Make SQLitePersistentCookieStore run on injected SequencedTaskRunners vs named BrowserThreads.
by erikwright@chromium.org
· 12 years ago
d47a24d
Revert 184797
by abodenha@chromium.org
· 12 years ago
1978c59
GTTF: symbolize stack traces on Mac OS X even on crash
by phajdan.jr@chromium.org
· 12 years ago
fb52feb
Make Ash unittests clean up zombie viewer processes between test runs. These zombie viewer processes seem to be a side effect of attempting to quit a metro app while the same app is activating. *while here can mean within a certain number of seconds due to metro life cycle management.
by robertshield@chromium.org
· 12 years ago
59eef1f
Move file_path.h to base/files.
by brettw@chromium.org
· 12 years ago
63bf588
Add a Clock and TickClock interface for mocking out time
by akalin@chromium.org
· 12 years ago
291e89b
Use _target_name instead of package_name for java*.gypi
by cjhopman@chromium.org
· 12 years ago
0dace78
Remove PrefServiceBase, since everyone can now depend directly on PrefService.
by joi@chromium.org
· 12 years ago
97da997
Moving last generic Prefs implementation files to base/prefs/.
by joi@chromium.org
· 12 years ago
b7f8674
Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/.
by joi@chromium.org
· 12 years ago
85893c5
[Test Expectations] Implement the low-level parser.
by rsesek@chromium.org
· 12 years ago
63aaf3f
Move string_split to base/strings.
by tfarina@chromium.org
· 12 years ago
1f67a91
Move sys_string_conversions to base/strings.
by brettw@chromium.org
· 12 years ago
bc99112
Move utf_offset_string_conversions and utf_string_conversion_utils to strings.
by brettw@chromium.org
· 12 years ago
abcde5c
Move string_number_conversions to base/strings.
by brettw@chromium.org
· 12 years ago
2cbc287
Move string tokenizer to base/strings.
by brettw@chromium.org
· 12 years ago
083fda4
[Test Expectations] Create the basic data structures.
by rsesek@chromium.org
· 12 years ago
34afab2
Move stringize_macros to base/strings.
by brettw@chromium.org
· 12 years ago
5c811f9
base/prefs: Build and run json_pref_store_unittest.cc within base_unittests target.
by tfarina@chromium.org
· 12 years ago
07a8562
Set Realtime Audio Thread priority on Android
by james.wei@intel.com
· 12 years ago
06a553b
Move file_util_proxy to base/files.
by brettw@chromium.org
· 12 years ago
38608f8
Add ability to retrieve a thread_name given a thread_id.
by dsinclair@chromium.org
· 12 years ago
f374181
Add base::DiscardableMemory class and implementation for android
by qinmin@chromium.org
· 12 years ago
e7fc5fd
Disabling nacl_win64 targets when building in target_arch!=ia32 mode.
by bradnelson@google.com
· 12 years ago
5252ca8
Remove uses of PropVariantTo*; removing the need to DelayLoad propsys.dll.
by gab@chromium.org
· 12 years ago
7a087c4
Use SOCK_SEQPACKET for synchronous IPC.
by glider@google.com
· 12 years ago
347c365
Add numeric_cast for checked integral narrowing casts
by scottmg@chromium.org
· 12 years ago
4bb1a5e
base: Add a couple Pref unit tests to base_unittests target.
by tfarina@chromium.org
· 12 years ago
51a9e7c
Create the crash key registration system and register some Mac-specific keys.
by rsesek@chromium.org
· 12 years ago
4faaf21
TCMalloc: restrict maximum size of memory allocations
by jln@chromium.org
· 12 years ago
e4e800c
Serialize/Deserialize support in HistogramBase
by kaiwang@chromium.org
· 12 years ago
b8f6aa5
Make all base targets build on Win64
by jschuh@chromium.org
· 12 years ago
fcf6b52
android: Pass CPU properties from browser to renderer process.
by digit@chromium.org
· 12 years ago
d9ff9c9
Linux: add option to use system nspr.
by phajdan.jr@chromium.org
· 12 years ago
4fb2deb
Implement SequenceChecker, which is a generalization of ThreadChecker
by akalin@chromium.org
· 12 years ago
c59177f
Base: Modify ScopedHandle so that Receive() doesn't fully expose the guts
by rvargas@google.com
· 12 years ago
1955a28
Unify various test TaskRunner implementations
by akalin@chromium.org
· 12 years ago
3a08d89
Remove extra string copies when iterating lists
by joth@chromium.org
· 12 years ago
f6b27c9
Move PrefMember to base/prefs/public now that it has no bad dependencies.
by joi@chromium.org
· 12 years ago
bc9175b
Create LibDispatchTaskRunner, a SingleThreadTaskRunner that is backed by a libdispatch queue.
by rsesek@chromium.org
· 12 years ago
028e624
Add STLSetDifference to stl_util.h, because std::set_difference is extremely
by kalman@chromium.org
· 12 years ago
946a531
Enable MessageLoop unittests on iOS and fix MessagePumpIOForIOS bug.
by blundell@chromium.org
· 12 years ago
e21b2aa
Provide an iOS message pump for IO implementation.
by blundell@chromium.org
· 12 years ago
5afaca3
Revert 170287 - Add dependency on allocator.gyp from 'base' and export it
by akalin@chromium.org
· 12 years ago
972f827
Add dependency on allocator.gyp from 'base' and export it
by akalin@chromium.org
· 12 years ago
091db52
Move scoped_temp_dir from base to base/files
by brettw@chromium.org
· 12 years ago
a912a2f
GTTF: Make Linux stack dump signal handler async-signal safe.
by phajdan.jr@chromium.org
· 12 years ago
4f5affd
Move mru_cache to the new containers subdirectory.
by brettw@chromium.org
· 12 years ago
427b15b
Move stack_container and linked_list to the new containers subdirectory.
by brettw@chromium.org
· 12 years ago
ba6903b
Add a SmallMap to base for small map lookups.
by brettw@chromium.org
· 12 years ago
04a8ee2
Move FileDescriptorShuffle to base/posix. This file is very posix-specific.
by brettw@chromium.org
· 12 years ago
6416271
Remove content::NotificationObserver dependency from most Prefs code.
by joi@chromium.org
· 12 years ago
1e43ce8
Adding 'base_prefs' target to base/gypi.
by joi@chromium.org
· 12 years ago
20009e3
Move ImportantFileWriter to base/. It now has two consumers, base/prefs and chrome/.
by joi@chromium.org
· 12 years ago
11b5690
Convert all the foo_test_run from using actions to use rules.
by maruel@chromium.org
· 12 years ago
1a82132
Include stack_trace_unittest.cc in Android build
by nileshagrawal@chromium.org
· 12 years ago
d83799b
Remove some unit tests from iOS coverage builds
by lliabraa@chromium.org
· 12 years ago
acb2f59
Android: Integrates native and java SystemMonitor.
by bulach@chromium.org
· 12 years ago
86a6488
Add support for coverage=1 builds on iOS
by stuartmorgan@chromium.org
· 12 years ago
cc210d8
Upstream base/android/jni_android.cc
by avayvod@chromium.org
· 12 years ago
4ee6090
Make java.gypi use all_dependent_settings for input_jars_paths
by cjhopman@chromium.org
· 12 years ago
ec0e727
Add SampleMap and use it in SparseHistogram
by kaiwang@chromium.org
· 12 years ago
c0aa2f2
Rename .swarm to .isolated, as done in r160469.
by maruel@chromium.org
· 12 years ago
36dc8f9
Don't make base/net/ui depend on their Java counterpart when building for webview.
by pliard@chromium.org
· 12 years ago
98d72ae
Update all the .results to .swarm.
by maruel@chromium.org
· 12 years ago
0a17459
Move src/tools/isolate to src/tools/swarm_client@159961 as a DEPS.
by maruel@chromium.org
· 12 years ago
e61bf33
Add ScopedPathOverride to the unit test suite.
by pastarmovj@chromium.org
· 12 years ago
691fd77
Move base Java utils to base/test/android/javatests.
by nyquist@chromium.org
· 12 years ago
0ce37b1
SampleSet -> HistogramSamples which can be reused by SparseHistogram
by kaiwang@chromium.org
· 12 years ago
3d68445
Fix Android ninja sdk build
by cjhopman@chromium.org
· 12 years ago
2e4eb99
[Android] Upstream org.chromium.base.test.UrlUtils (partially) and device files
by mnaganov@chromium.org
· 12 years ago
c669f0d
Fix and re-commit http://codereview.chromium.org/10914109/ (after revert in http://crrev.com/155918) -- Refactoring and tests for the highly undertested file_util::CreateOrUpdateShortcutLink() method.
by gab@chromium.org
· 12 years ago
cb6adaa
installer_util_unittests has failed on XP Tests (dbg)(1) since this landed
by dgrogan@chromium.org
· 12 years ago
786c893
Refactoring and tests for the highly undertested file_util::CreateOrUpdateShortcutLink() method.
by gab@chromium.org
· 12 years ago
59659da
Remove {base,net}_java dependencies from GYP client targets on Android.
by pliard@chromium.org
· 12 years ago
75a27f9
Build test_file_util_mac.cc on iOS.
by msarda@chromium.org
· 12 years ago
996e15c
Move base_java_test_support out of gtest_target_type == shared_library' guard.
by jnd@chromium.org
· 12 years ago
c5a4fd9
* Rename ScopedStartupInfoEx to StartupInformation.
by jschuh@chromium.org
· 12 years ago
e1abc51
Kill PropertyBag, switch WebContents to SupportsUserData.
by avi@chromium.org
· 12 years ago
5e2f67d
Fix TraceEventTestFixture flakiness BUG=142804
by jbates@chromium.org
· 12 years ago
5f6e3fd
Make java.gypi export jar path to input_jars_paths variable
by cjhopman@chromium.org
· 12 years ago
Next »