- 19 May, 2015 40 commits
-
-
rch authored
Also clarify the split between Deterministic and non-Deterministic socket data providers. Review URL: https://codereview.chromium.org/1142893003 Cr-Commit-Position: refs/heads/master@{#330546}
-
jam authored
This is a followup to r329965 Review URL: https://codereview.chromium.org/1131753005 Cr-Commit-Position: refs/heads/master@{#330545}
-
sdefresne authored
BUG=None Review URL: https://codereview.chromium.org/1146673002 Cr-Commit-Position: refs/heads/master@{#330544}
-
spang authored
There are no remaining call sites for either BlitContextToCanvas or BlitCanvasToContext. Also remove some leftover #includes. TEST=Linux built compiles & links. Review URL: https://codereview.chromium.org/1138753003 Cr-Commit-Position: refs/heads/master@{#330543}
-
mtomasz authored
The capabilities section is a map, not an array. This CL fixes the example snippet. TEST=Testing docs server. BUG=489217 Review URL: https://codereview.chromium.org/1130943006 Cr-Commit-Position: refs/heads/master@{#330542}
-
halliwell authored
This test fails (same symptoms as bug 443352) on hardware with <= 256MB of RAM. BUG= internal b/21093117 Review URL: https://codereview.chromium.org/1140813005 Cr-Commit-Position: refs/heads/master@{#330541}
-
erg authored
mojo.ContentHandler is a core thing used by the shell, and thus should be part of the Application interface. This should enable further refactoring. BUG= Review URL: https://codereview.chromium.org/1139883006 Cr-Commit-Position: refs/heads/master@{#330540}
-
phoglund authored
Sheriffs: if WebRtcBrowserTest.CanSetupVideoCallAndDisableLocalVideo flakes, revert this patch. It shouldn't flake after this fix. Instead of looking at color values of individual pixels, see if we can get more reliable results by looking at luma values instead. This way we can detect black frames more reliably in the tests. This is a partial re-land of codereview.chromium.org/1108803002. This is essentially the black frame algorithm used in testrtc. BUG=477498 Review URL: https://codereview.chromium.org/1132333006 Cr-Commit-Position: refs/heads/master@{#330539}
-
scheib authored
Review URL: https://codereview.chromium.org/1144713003 Cr-Commit-Position: refs/heads/master@{#330538}
-
jdonnelly authored
These will be used in an upcoming CL implementing the iOS version of the card unmask prompt view. BUG=484806 Review URL: https://codereview.chromium.org/1138653003 Cr-Commit-Position: refs/heads/master@{#330537}
-
bauerb authored
In addition to simplifying the code, ScopedObserver ensures that the object is unregistered as an observer if and only if it has been registered. BUG=488642 Review URL: https://codereview.chromium.org/1123283011 Cr-Commit-Position: refs/heads/master@{#330536}
-
mtomasz authored
TEST=Tested manually. BUG=474146 Review URL: https://codereview.chromium.org/1149443002 Cr-Commit-Position: refs/heads/master@{#330535}
-
dnicoara authored
On a hotplug event we configure the displays regardless of the state. However if we're in software mirror mode the configuration was skipped if the previous configuration was extended mode. We want to have a consistent approach to display configuration, so make sure we configure the displays if the configuration was triggered by a system event. Otherwise (if the configuration was requested by the user) we'll just skip the configuration so we don't perform unnecessary modesets. BUG=488736 Review URL: https://codereview.chromium.org/1133743005 Cr-Commit-Position: refs/heads/master@{#330534}
-
enne authored
Rather than converting everywhere from ScrollOffset to Vector2dF, instead just store the scroll offset directly. R=ajuma@chromium.org,vollick@chromium.org Review URL: https://codereview.chromium.org/1142853003 Cr-Commit-Position: refs/heads/master@{#330533}
-
glevin authored
BUG=488666 Add spoken feedback but no visible text to button that leads to "Add supervised user" Review URL: https://codereview.chromium.org/1125373004 Cr-Commit-Position: refs/heads/master@{#330532}
-
jbudorick authored
BUG=476410 Review URL: https://codereview.chromium.org/1126543009 Cr-Commit-Position: refs/heads/master@{#330531}
-
msramek authored
This component previously had no OWNERS file. It makes sense to populate OWNERS from this component's counterpart in chrome/, i.e. chrome/browser/renderer_context_menu/OWNERS. Review URL: https://codereview.chromium.org/1148543004 Cr-Commit-Position: refs/heads/master@{#330530}
-
jdonnelly authored
See https://chromereviews.googleplex.com/193957013/ for the associated downstream changes. BUG=484806 Review URL: https://codereview.chromium.org/1137403002 Cr-Commit-Position: refs/heads/master@{#330529}
-
hans authored
In r237368, Clang started warning about mismatched operator new[] and delete calls. This pacifies the warning by moving the operator new-call to a separate function. BUG=none Review URL: https://codereview.chromium.org/1131513006 Cr-Commit-Position: refs/heads/master@{#330528}
-
mnaganov authored
This code is not used anymore. BUG=486158 Review URL: https://codereview.chromium.org/1147773002 Cr-Commit-Position: refs/heads/master@{#330527}
-
sergiyb authored
They are not needed since Chromium has been moved to Git and no relpath needs to be computed anymore. R=akuegel@chromium.org BUG=471767 Review URL: https://codereview.chromium.org/1141383003 Cr-Commit-Position: refs/heads/master@{#330526}
-
dtapuska authored
Now that change https://codereview.chromium.org/1137483003/ has landed fix up change (https://codereview.chromium.org/1131093002/) by removing the #if 0 and static casts. This change doesn't provide an implementation of touch-action because it has previously landed. But it activates the code paths because now pan-left/pan-right/pan-up/pan-down are passed transformed correctly between the blink and content APIs. BUG=476556 TEST=content_unittests Review URL: https://codereview.chromium.org/1137153003 Cr-Commit-Position: refs/heads/master@{#330525}
-
mnaganov authored
Minimize the amount of differences vs. the PRUNE_PATH in licenses.py BUG=350472,486158 Review URL: https://codereview.chromium.org/1139903004 Cr-Commit-Position: refs/heads/master@{#330524}
-
agrieve authored
Testing: - For GN, splits install and crash on start-up just like non-split version - For GYP, tested with: - component=shared_library, component=static_library - gyp_managed_install=1, 0 - load_library_from_zip_file=1, 0 BUG=484797 Review URL: https://codereview.chromium.org/1137313003 Cr-Commit-Position: refs/heads/master@{#330523}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/7e8322c..55b88ca TBR=hiroshige@chromium.org Review URL: https://codereview.chromium.org/1136193004 Cr-Commit-Position: refs/heads/master@{#330522}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/2e5b4c5..9b4b91f5 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=bungeman@google.com Review URL: https://codereview.chromium.org/1133523007 Cr-Commit-Position: refs/heads/master@{#330521}
-
reveman authored
Revert of content: Use NumberOfProcessors() / 2 raster threads. (patchset #2 id:20001 of https://codereview.chromium.org/1143473002/) Reason for revert: Incorrect logic for determining if async uploads is used Original issue's description: > content: Use NumberOfProcessors() / 2 raster threads. > > 4 raster threads improve performance on 8 core machines. > 8 core machines might not be a priority but it seems > like an unnecessary limitation to have. > > BUG= > > Committed: https://crrev.com/4a0177a1dba8197f61021ff3b4f9426e45faaa62 > Cr-Commit-Position: refs/heads/master@{#330427} TBR=danakj@chromium.org,enne@chromium.org,piman@chromium.org,vmpstr@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG= Review URL: https://codereview.chromium.org/1136633006 Cr-Commit-Position: refs/heads/master@{#330520}
-
tnagel authored
Revert of Add support for backgrounding processes on the Mac (patchset #22 id:420001 of https://codereview.chromium.org/989703002/) Reason for revert: This CL seems to be the cause of ExtensionApiNewTabTest.Tabs failures on Mac. Original issue's description: > Add support for backgrounding processes on the Mac > > Added process_mac.cc with implementations of IsProcessBackgrounded() and > SetProcessBackgrounded(). > > BUG=460102 > > Originally Committed: https://crrev.com/e3bb10f7860a1d553c85293bd7d7615c0e7f0fd9 > Reverted: https://crrev.com/ce6226a7ffe2c1cb7ac5f6cf34b56b8d217686b9 > > Committed: https://crrev.com/0160d130f8a4462fa7bfb8a9924e476d31ba9a48 > Cr-Commit-Position: refs/heads/master@{#330464} TBR=rsesek@chromium.org,gab@chromium.org,thakis@chromium.org,asvitkine@chromium.org,avi@chromium.org,kbr@chromium.org,shrike@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=460102 Review URL: https://codereview.chromium.org/1142913004 Cr-Commit-Position: refs/heads/master@{#330519}
-
justincohen authored
Sometimes the find in page js returns a text position that is too far down. Correct all |points| sent to -setContentOffset for overscroll. BUG=472091 Review URL: https://codereview.chromium.org/1071723002 Cr-Commit-Position: refs/heads/master@{#330518}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/15081cc..7e8322c TBR=hiroshige@chromium.org Review URL: https://codereview.chromium.org/1145473007 Cr-Commit-Position: refs/heads/master@{#330517}
-
fmalita authored
and convert existing clients to the public API. R=reed@google.com TBR=sky@chromium.org Review URL: https://codereview.chromium.org/1142113002 Cr-Commit-Position: refs/heads/master@{#330516}
-
plundblad authored
BUG=None Review URL: https://codereview.chromium.org/1128843008 Cr-Commit-Position: refs/heads/master@{#330515}
-
vapier authored
When we cross-compile, we do not want any /usr/include paths as that will conflict with our own system headers. Disable the hardcoded path when we have an active sysroot. BUG=chromium:488360 Review URL: https://codereview.chromium.org/1132853010 Cr-Commit-Position: refs/heads/master@{#330514}
-
hiroshige authored
Revert of Move content:: scheme registrations from chrome/ to content/. (patchset #1 id:1 of https://codereview.chromium.org/1137103003/) Reason for revert: Breaks some layout tests BUG=489672 Original issue's description: > Move content:: scheme registrations from chrome/ to content/. > > Both 'chrome:' and 'chrome-devtools:' are content-level schemes; we > should do their various renderer-side scheme registrations in content > (RenderThreadImpl::RegisterSchemes) rather than in chrome > (ChromeContentRendererClient::RenderThreadStarted). > > R=jochen@chromium.org > > Committed: https://crrev.com/dcd7aad11d33ffd6dffe440ce32a0228c0843a67 > Cr-Commit-Position: refs/heads/master@{#330506} TBR=jochen@chromium.org,philipj@opera.com,sofbjornf@opera.com,mkwst@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/1142213002 Cr-Commit-Position: refs/heads/master@{#330513}
-
fdegans authored
BUG=451035 Review URL: https://codereview.chromium.org/1135693008 Cr-Commit-Position: refs/heads/master@{#330512}
-
vabr authored
R=dconnelly@chromium.org BUG=486739 Review URL: https://codereview.chromium.org/1142713008 Cr-Commit-Position: refs/heads/master@{#330511}
-
tommi authored
WebRTC 9205:9217 Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/3c9a06a..5deb53c Libjingle 9198:9216 Changes: https://chromium.googlesource.com/external/webrtc/trunk/talk.git/+log/87e6b84..44d6a85 TBR= BUG= Review URL: https://codereview.chromium.org/1145783002 Cr-Commit-Position: refs/heads/master@{#330510}
-
tapted authored
The presubmit is already robust to handle Objective-C .h files. Not checking .mm files just adds extra review burden. Plus I can't just press F5 in Sublime to sort lines in .mm files due to import vs include, so it actually needs some brainpower when adding something and I keep forgetting to do that. This adds .mm to the list of file extensions the header sorting presubmit checks for, and fixes the current mistakes to avoid annoying people on presubmit with this change. BUG=None TBR=keybuk@chromium.org,jamescook@chromium.org,stuartmorgan@chromium.org,xhwang@chromium.org,rsesek@chromium.org,zea@chromium.org R=thakis@chromium.org,jochen@chromium.org Review URL: https://codereview.chromium.org/1133713009 Cr-Commit-Position: refs/heads/master@{#330509}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/50b58e6..2e5b4c5 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=bungeman@google.com Review URL: https://codereview.chromium.org/1133693005 Cr-Commit-Position: refs/heads/master@{#330508}
-
gsennton authored
A recent update https://codereview.chromium.org/1022993002 broke the loading of javascript URLs. This patch reverts only the part of the update which is broken. BUG=489259 Review URL: https://codereview.chromium.org/1131083004 Cr-Commit-Position: refs/heads/master@{#330507}
-