- 12 Jun, 2014 40 commits
-
-
viettrungluu@chromium.org authored
First, add a struct (MojoWaitFlagsState) to the public C API. We'll use this to report additional (e.g., per-handle) information in MojoWait()/MojoWaitMany(). Second, make a subclass struct (mojo::system::WaitFlagsState) that adds a constructor and some simple methods for convenience (but adding no overhead). Third, convert our various separate handling of satisfied/satisfiable state to use the new combined struct. R=sky@chromium.org, darin@chromium.org Review URL: https://codereview.chromium.org/325213004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276708 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
R=yzshen@chromium.org Review URL: https://codereview.chromium.org/328753003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276707 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276706 0039d316-1c4b-4281-b951-d872f2087c98
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia/+log/b0b1aa04ed82a7cb16c7e6a06d92a411d7bd3749..679426c0b4b6568a79a7a69ac4fc9ba248009d19 TBR=scroggo@google.com BUG= Review URL: https://codereview.chromium.org/327413004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276705 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
Rename chrome/browser/search_terms_data* to ui_thread_search_terms_data*. Split SearchTermsData to a separate file and move it to components/search_engines. Add DEPS from components/search_engines to components/google/core as it's used in search_terms_data.cc. BUG=383283 TEST=git cl try TBR=sky@chromium.org for include fix and DEPS removal Review URL: https://codereview.chromium.org/324283003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276704 0039d316-1c4b-4281-b951-d872f2087c98
-
fukino@chromium.org authored
I changed behavior of AsyncUtil.Aggregation and changed its name to AsyncUtil.RateLimiter. Previously, AsyncUtil.Aggregation aggregates consecutive calls as much as possible. To keep update the UI, from now the closure will be called as much as possible keeping given minimum interval. BUG=373627 TEST=manually change the window size continuously. Review URL: https://codereview.chromium.org/329083002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276703 0039d316-1c4b-4281-b951-d872f2087c98
-
jbudorick@chromium.org authored
BUG=267773 NOTRY=true Review URL: https://codereview.chromium.org/292313015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276702 0039d316-1c4b-4281-b951-d872f2087c98
-
sebmarchand@chromium.org authored
This save us a system call and allows this code to be instrumented by the memory testing tools. BUG= Review URL: https://codereview.chromium.org/308683011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276701 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
The mock input method wasn't filtering WM_CHARs. R=sky@chromium.org http://crbug.com/365012 Review URL: https://codereview.chromium.org/329803002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276700 0039d316-1c4b-4281-b951-d872f2087c98
-
jonross@chromium.org authored
While in MaximizeMode if the rotation of the internal display is changed by a source other than MaximizeModeController rotation lock will be set. Thereby blocking future accelerometer rotations until the user toggles the lock. The rotation lock tray will listen for these changes and update its visuals. TEST=MaximizeModeControllerTest BUG=371426, 369505 Review URL: https://codereview.chromium.org/303723003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276699 0039d316-1c4b-4281-b951-d872f2087c98
-
baranovich@yandex-team.ru authored
Just to keep changes small. Divide OnSynStream headers into request/response part. Request headers are now delivered to stream via OnPushPromiseHeadersReceived to ensure correct stream state. BUG=377538 R=jgraettinger@chromium.org TEST=All current push-related SpdyStream/SpdySession tests Review URL: https://codereview.chromium.org/304353012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276698 0039d316-1c4b-4281-b951-d872f2087c98
-
gab@chromium.org authored
Those suppressions were initially added in https://codereview.chromium.org/257003007/, but the scope of the errors was much reduced in the latest patch set where these suppressions became superfluous (since the only tests running that code path now properly flush the message queue before exiting). BUG=371974 Review URL: https://codereview.chromium.org/280463006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276697 0039d316-1c4b-4281-b951-d872f2087c98
-
phoglund@chromium.org authored
Likely caused these 43 browser test failures: http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Tests%20%282%29/builds/24563 > Flag covering HID-detection OOBE screen removed. > > BUG=127016 > TBR=rkc@chromium.org > > Review URL: https://codereview.chromium.org/273533004 TBR=merkulova@chromium.org Review URL: https://codereview.chromium.org/335643003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276696 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276694 0039d316-1c4b-4281-b951-d872f2087c98
-
phoglund@chromium.org authored
Broke Android bots runhooks: http://build.chromium.org/p/chromium/builders/Android/builds/24889 > Roll webrtc & libjingle 6352:6406. > > This CL is a takeover of https://codereview.chromium.org/329773004/ > > NOTRY=true > > TBR=ronghuawu@chromium.org > > Review URL: https://codereview.chromium.org/328303002 TBR=xians@chromium.org Review URL: https://codereview.chromium.org/333693002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276693 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276683 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276681 0039d316-1c4b-4281-b951-d872f2087c98
-
xians@chromium.org authored
This CL is a takeover of https://codereview.chromium.org/329773004/ NOTRY=true TBR=ronghuawu@chromium.org Review URL: https://codereview.chromium.org/328303002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276680 0039d316-1c4b-4281-b951-d872f2087c98
-
jeremy@chromium.org authored
“Scotty, we need more power.” BUG=None Review URL: https://codereview.chromium.org/334573002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276679 0039d316-1c4b-4281-b951-d872f2087c98
-
haavardm@opera.com authored
OSCertHandle is not defined to OpenSSL's X509 on Mac/Windows. BUG=None TEST=None Review URL: https://codereview.chromium.org/329143002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276678 0039d316-1c4b-4281-b951-d872f2087c98
-
yfriedman@chromium.org authored
Picked up changes: 8a68b35 Change KeepLargestBlockFilter to be sibling-based instead of TagLevel-based. b6100c8 Improve handling of <video>, <figure> and <br> ba02187 Remove indirection of Text indecies->TextNode. 5f4aa19 fix missing table rows BUG=368941,376102,376107,378385 Review URL: https://codereview.chromium.org/332603002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276677 0039d316-1c4b-4281-b951-d872f2087c98
-
kjellander@chromium.org authored
BUG=webrtc:3441 TEST=Successful build with WebRTC, see https://review.webrtc.org/17669004/ for details. Review URL: https://codereview.chromium.org/322373002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276676 0039d316-1c4b-4281-b951-d872f2087c98
-
scheib@chromium.org authored
NOTRY=true R=rockot@chromium.org Review URL: https://codereview.chromium.org/328233002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276675 0039d316-1c4b-4281-b951-d872f2087c98
-
ronghuawu@chromium.org authored
Pass the elapsed time from VoE to WebRtcAudioRenderer as the current time for the audio/video element. BUG=367161 and webrtc 3111 R=xians@chromium.org Review URL: https://codereview.chromium.org/328493003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276673 0039d316-1c4b-4281-b951-d872f2087c98
-
blundell@chromium.org authored
This CL moves URLFixerUpper into a new url_fixer component to allow this code to be shared by the iOS port. At the present time the component contains some minor Chrome-specific logic. Specifically, it rewrites about:// to chrome:// and uses about:// version as the default about:// host. We decided not to abstract this logic at this time, as the only embedders wishing to use this component are ports of Chrome. However, if there comes to be a non-Chrome embedder that wishes to use this component, this behavior could easily be generalized (e.g., by exposing the variables that are used for these purposes in the header file to allow the embedder to customize them). BUG=373229 R=jam@chromium.org TBR=mmenke NOTREECHECKS=true Review URL: https://codereview.chromium.org/320253004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276672 0039d316-1c4b-4281-b951-d872f2087c98
-
kjellander@chromium.org authored
This should make it possible to get rid of the ugly relative paths in the isolate files. I'm including an example for base_unittests.isolate for demonstrative purposes only. I can remove it (or convert all .isolate files in Chromium) before landing. BUG=343106 TEST=Successful compile+test on Linux using: ninja -C out/Release base_unittests_run xdisplaycheck tools/swarming_client/isolate.py run -s out/Release/base_unittests.isolated Review URL: https://codereview.chromium.org/322403003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276671 0039d316-1c4b-4281-b951-d872f2087c98
-
pkl@chromium.org authored
Reverted code back to what it was and removed DCHECK that is no longer necessary BUG= 383745 TBR=rohitrao Review URL: https://codereview.chromium.org/318013003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276670 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276669 0039d316-1c4b-4281-b951-d872f2087c98
-
machenbach@chromium.org authored
Please reply to the V8 sheriff mstarzinger@chromium.org in case of problems. TBR=mstarzinger@chromium.org Review URL: https://codereview.chromium.org/331613002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276668 0039d316-1c4b-4281-b951-d872f2087c98
-
shuchen@chromium.org authored
BUG=377169 TEST=None Review URL: https://codereview.chromium.org/326403002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276667 0039d316-1c4b-4281-b951-d872f2087c98
-
tmdiep@chromium.org authored
ExtensionRegistry observers will be notified when an extension install is fully complete, i.e. after the extension has been loaded or added to one of the registry extension sets. This allows the WebstoreInstaller completion to be delayed until the extension has been loaded. Workarounds in EphemeralAppLauncher for launching an app can now be cleaned up since we are now assured that the app has been loaded. BUG=None TEST=browser_tests Review URL: https://codereview.chromium.org/326213004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276666 0039d316-1c4b-4281-b951-d872f2087c98
-
reveman@chromium.org authored
This moves the vector of registered picture layers from the tile manager to LTHI. Allows layers to be registered in ctor and unregistered in dtor instead of having to unregister them from the tile manager and then re-register them as needed. The picture layer vector is exposed to the tile manager using a client function and this vector will include all existing PictureLayerImpl instances. Whether it makes sense for the tile manager to use a layer or not depends on the return value of PictureLayerImpl::HasValidTilePriorities(). BUG= Review URL: https://codereview.chromium.org/322443002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276665 0039d316-1c4b-4281-b951-d872f2087c98
-
boliu@chromium.org authored
This is to make sure DeferredInitialize picks up any setting that affect TileManager when a ContextProvider is present, for example, use_gpu_rasterization. BUG=383379 Review URL: https://codereview.chromium.org/328113006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276664 0039d316-1c4b-4281-b951-d872f2087c98
-
simonb@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/328153002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276663 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
Review URL: https://codereview.chromium.org/329003002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276659 0039d316-1c4b-4281-b951-d872f2087c98
-
eroman@chromium.org authored
OpenSSL can hang when given invalid values for the public exponent so do a whitelist validation approach to avoid this. For compatibility reasons the same restriction is applied to the NSS implementation. BUG=381844,245025 Review URL: https://codereview.chromium.org/329673002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276658 0039d316-1c4b-4281-b951-d872f2087c98
-
xhwang@chromium.org authored
The order was reverted accidentally in r276200 which was wrong. BUG=315312 Review URL: https://codereview.chromium.org/325363002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276657 0039d316-1c4b-4281-b951-d872f2087c98
-
merkulova@chromium.org authored
BUG=127016 TBR=rkc@chromium.org Review URL: https://codereview.chromium.org/273533004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276656 0039d316-1c4b-4281-b951-d872f2087c98
-
calamity@chromium.org authored
This CL moves the SearchResultListView into the StartPageView for the experimental app list. BUG=349727 Review URL: https://codereview.chromium.org/307333002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276655 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
BUG=383279 R=mark@chromium.org Review URL: https://codereview.chromium.org/332523003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276654 0039d316-1c4b-4281-b951-d872f2087c98
-