- 16 Mar, 2016 40 commits
-
-
khmel authored
BUG=593388 BUG=594622 TEST=cheets_ContainerSmokeTest passes Review URL: https://codereview.chromium.org/1809753002 Cr-Commit-Position: refs/heads/master@{#381543}
-
jkarlin authored
Now that periodic syncs are out of the BackgroundSyncManager we no longer need the RegistrationKey and can index registrations by tag. BUG=592599 Review URL: https://codereview.chromium.org/1774603002 Cr-Commit-Position: refs/heads/master@{#381542}
-
ericwilligers authored
Hyphenated names in Web Animations keyframes were deprecated in M50. camelCase is now required. BUG=588025 Review URL: https://codereview.chromium.org/1771733002 Cr-Commit-Position: refs/heads/master@{#381541}
-
wjmaclean authored
This CL implements a speculative fix for the associated bug, on the theory that sequences associated with context menus (triggered by GestureLongPress) may not be properly suppressed on Windows, leading to the observation of sequences without any target in RenderWidgetHostInputEventRouter. If this hypothesis is correct, then we should be correct in ignoring such sequences, and this CL implements that. This CL also removes the code for collecting debug data introduced in https://codereview.chromium.org/1783533002/. BUG=592319 Review URL: https://codereview.chromium.org/1810693002 Cr-Commit-Position: refs/heads/master@{#381540}
-
shreyasv authored
No longer needed. BUG=579697 Review URL: https://codereview.chromium.org/1804273002 Cr-Commit-Position: refs/heads/master@{#381539}
-
isandrk authored
This is cl #1 of 3 to tackle this issue: #1 boolean policy #2 actual changes in the Bluetooth code + policy handler #3 UI part. BUG=463578 Review URL: https://codereview.chromium.org/1736293002 Cr-Commit-Position: refs/heads/master@{#381538}
-
davidben authored
https://boringssl.googlesource.com/boringssl/+log/a857159dd61204bfe93bd8e2f00448434e8b0b99..9aa1562843fbe63bc520c513222d0100a2085780 BUG=none TBR=eroman@chromium.org Review URL: https://codereview.chromium.org/1810703002 Cr-Commit-Position: refs/heads/master@{#381537}
-
drott authored
Preparation for using UnicodeRangeSet in both CSSFontFace and HarfBuzzFace for sharing character range set restriction information. BUG=583450 R=eae Review URL: https://codereview.chromium.org/1808853002 Cr-Commit-Position: refs/heads/master@{#381536}
-
asvitkine authored
Since this code can be called from multiple threads, we should hold a lock when calling CheckTrialGroup since it modifies a std::map. The other call site was already holding the lock. BUG=595264 Review URL: https://codereview.chromium.org/1810593002 Cr-Commit-Position: refs/heads/master@{#381535}
-
mengyu authored
use_alsa_monotonic_raw_tstamps flag should be set to true for all audio products since alsa-lib is upgraded to 1.0.29 which added monotonic raw timestamp feature. Setting it to true so we don't need to add this flag to every internal audio targets and C4A partners. BUG=internal b/27654854 TEST=build pepperoni and make sure snd_pcm_sw_params_set_tstamp_type is called. Review URL: https://codereview.chromium.org/1804763002 Cr-Commit-Position: refs/heads/master@{#381534}
-
bokan authored
I introduced this bug in my refactoring in r380403. The fix is to simply use the document node as the element to scroll if the hit test doesn't return a node but does hit a scrollbar. BUG=594074 Review URL: https://codereview.chromium.org/1804063002 Cr-Commit-Position: refs/heads/master@{#381533}
-
dalecurtis authored
Spitzer is currently enabled as a 40% experiment on dev (soon on beta as well), but we have abnormally high video-only decode failure rates, so add some logging to try and track this down. ~10% of the time, this change will log the 'subresource_url' crash key as a non-crash dump when a decode error is encountered on Android where Spitzer is enabled. This will allow us to investigate and triage these crashes. We're already logging this key for normal crash dumps during DoLoad(). This is a temporary change which will be removed shortly after landing once any issues are identified. BUG=595076 TEST=none Review URL: https://codereview.chromium.org/1808473002 Cr-Commit-Position: refs/heads/master@{#381532}
-
kotenkov authored
Use RunLoop instead of MessageLoop. BUG=none Review URL: https://codereview.chromium.org/1801093002 Cr-Commit-Position: refs/heads/master@{#381531}
-
reveman authored
BUG=549782 Review URL: https://codereview.chromium.org/1804973003 Cr-Commit-Position: refs/heads/master@{#381530}
-
cwallez authored
espeially -> especially BUG=None R=brettw@chromium.org,tfarina@chromium.org Review URL: https://codereview.chromium.org/1807983002 Cr-Commit-Position: refs/heads/master@{#381529}
-
estade authored
BUG=595167 Review URL: https://codereview.chromium.org/1804343002 Cr-Commit-Position: refs/heads/master@{#381528}
-
oshima authored
BUG=595408 TBR=bcwhite@chromium.org Review URL: https://codereview.chromium.org/1806043003 Cr-Commit-Position: refs/heads/master@{#381527}
-
mikecase authored
Removing DEPRECATED_java_in_dir from the AndroidWebview apk test targets. Note that this will mean if you want to add a new test file or a new file to add to the AndroidWebView shell apk you will need to add the file explicitly to the java_files list. BUG= Review URL: https://codereview.chromium.org/1801033004 Cr-Commit-Position: refs/heads/master@{#381526}
-
ortuno authored
This is the first step to moving Web Bluetooth over to mojo. This patch does the following: - Creates a new WebBluetoothError mojo enum in a new web_bluetooth.mojom. This enum should be accessible from both content and blink. - Modifies WebKit/public/BUILD.gn and WebKit/public/blink.gyp to generate the headers for the new mojom interface. - Modifies WebKit/public/BUILD.gn, WebKit/Source/BUILD.gn, WebKit/public/blink_headers.gyp, and WebKit/Source/config.gyp to include files in gen/third_party/WebKit - Modifies content/browser/DEPS so that the new headers can be accessed from content/browser. Follow up patch with Web Bluetooth Service: http://crrev.com/1775953004 BUG=508771 Review URL: https://codereview.chromium.org/1784613002 Cr-Commit-Position: refs/heads/master@{#381525}
-
vmpstr authored
This patch makes the API a bit clearer by taking a copy of scoped_refptr in some situations (where ownership is shared) and using a raw pointer in situations where ownership is not needed. The only references that remain are the ones captured in lambdas or Callbacks. R=danakj BUG=589044 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1803863003 Cr-Commit-Position: refs/heads/master@{#381524}
-
trchen authored
The CL https://codereview.chromium.org/1782713003/ I submitted a few days ago was still wrong. This time a test is also added. Review URL: https://codereview.chromium.org/1805823002 Cr-Commit-Position: refs/heads/master@{#381523}
-
mikecase authored
Adding an isolate file similiar to what exists for the AndroidWebViewTest.apk to run the instrumentation test through the isolate file. BUG= Review URL: https://codereview.chromium.org/1790633004 Cr-Commit-Position: refs/heads/master@{#381522}
-
mikecase authored
BUG= Review URL: https://codereview.chromium.org/1810633002 Cr-Commit-Position: refs/heads/master@{#381521}
-
sergeyu authored
BUG=577954 Review URL: https://codereview.chromium.org/1800893002 Cr-Commit-Position: refs/heads/master@{#381520}
-
mnaganov authored
If Chrome starts without child services pre-warming, ChildProcessLauncher is not getting the special binding flag, and this causes child service creation failure. BUG=592722,593250 Review URL: https://codereview.chromium.org/1797383003 Cr-Commit-Position: refs/heads/master@{#381519}
-
maxbogue authored
BUG=569636,569678 Review URL: https://codereview.chromium.org/1800313002 Cr-Commit-Position: refs/heads/master@{#381518}
-
lazyboy authored
through ServiceWorkerWriteToCacheJob. This CL does not fix the underlying issue, it is just suppressing a not so useful error log. BUG=568788 Test=Load an extension page with ServiceWorker, observe no "Allowing load of ..." error messages anymore. Review URL: https://codereview.chromium.org/1790993002 Cr-Commit-Position: refs/heads/master@{#381517}
-
ben authored
. set this bit on mus so we don't try to create per-user instances of it now that running it as root has no superpower. R=sky@chromium.org Review URL: https://codereview.chromium.org/1811483003 Cr-Commit-Position: refs/heads/master@{#381516}
-
yusufo authored
We used to only keep a boolean for a first load, but that seems to be very fragile since onNavigatedToDifferentPage also gets called in refrestSelectedTab. This caches the initial url and only flips state when there is a change from the url BUG=90326 Review URL: https://codereview.chromium.org/1809683002 Cr-Commit-Position: refs/heads/master@{#381515}
-
yzshen authored
This CL allows MultiplexRouter to dispatch multiple queued messages to clients without returning to the message loop. This way we may starve other tasks on the same thread, but we have been doing the same thing in the non-associated-interface case (see Connector::ReadAllAvailableMessages). So it is probably okay. BUG=590495 Review URL: https://codereview.chromium.org/1808583003 Cr-Commit-Position: refs/heads/master@{#381514}
-
aiolos authored
Telemetry is using the DependencyManager to get the reference builds, and no one else is currently using it. Removing it reduces a synced chromium checkout by ~2G on mac. BUG= Review URL: https://codereview.chromium.org/1797303003 Cr-Commit-Position: refs/heads/master@{#381513}
-
vmpstr authored
This patch changes RefCountedBytes::TakeVector to return a ref ptr instead of a raw pointer. This minimizes the changes of a leak if a caller forgets to delete it, or forgets to wrap it in a ref ptr. R=danakj@chromium.org, thakis@chromium.org TBR=thakis@chromium.org BUG=595163 Review URL: https://codereview.chromium.org/1803263002 Cr-Commit-Position: refs/heads/master@{#381512}
-
pfeldman authored
BUG=593241 Review URL: https://codereview.chromium.org/1808533002 Cr-Commit-Position: refs/heads/master@{#381511}
-
cylee authored
Track lowmemorykiller events from kernel and reports to UMA. It reports: - Memory released by each kill. - Time to last kill for knowing how frequently the event occurs. The strike-up code would be in another CL. BUG=none Review URL: https://codereview.chromium.org/1780183003 Cr-Commit-Position: refs/heads/master@{#381510}
-
tommycli authored
This patch 1) Adds the Easy Unlock title and description to People UI. 2) Adds the Easy Unlock setup and turnoff buttons. (Not hooked up) 3) Updates the EasyUnlockHandler to support the enabled state. 4) Fixes some issues with Easy Unlock strings. BUG=563721 Review URL: https://codereview.chromium.org/1799913003 Cr-Commit-Position: refs/heads/master@{#381509}
-
dcheng authored
This CL eliminates some of the branches and simplifies the bookkeeping, since it needs to be done whether the FrameOwner is local or remote. Doing this bookkeeping is important, since it prevents a remote frame owner from retaining a WebLocalFrameImpl and keeping it live after it's already swapped out. BUG=none Review URL: https://codereview.chromium.org/1802953003 Cr-Commit-Position: refs/heads/master@{#381508}
-
ochang authored
https://pdfium.googlesource.com/pdfium.git/+log/3cc1802..30410ce TBR=tsepez@chromium.org BUG=594111 Review URL: https://codereview.chromium.org/1807933002 Cr-Commit-Position: refs/heads/master@{#381507}
-
vabr authored
This is just a silly typo, but makes searching for the mentioned method hard. BUG=576287 Review URL: https://codereview.chromium.org/1800113002 Cr-Commit-Position: refs/heads/master@{#381506}
-
fmeawad authored
The crash was due to an excessive amount of trace events logged due to direct calls from webgl into v8 primitives. The trace events on the v8 primitives have been removed. BUG=590761 CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:android_s5_perf_cq;tryserver.chromium.perf:winx64_10_perf_cq;tryserver.chromium.perf:mac_retina_perf_cq;tryserver.chromium.perf:linux_perf_cq Review URL: https://codereview.chromium.org/1805403003 Cr-Commit-Position: refs/heads/master@{#381505}
-
tedchoc authored
pollForCriteria -> pollInstrumentationThread pollForUIThreadCriteria -> pollUiThread More often than not in Android, you should be using pollUiThread, so this is making the naming more explicit while we migrate the tests to correctly use that. BUG= Review URL: https://codereview.chromium.org/1786243003 Cr-Commit-Position: refs/heads/master@{#381504}
-