- 08 Aug, 2014 40 commits
-
-
jam@chromium.org authored
I saw it flake even with reruns: http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_swarming/builds/977 BUG=282116 TBR=fsamuel@chromium.org Review URL: https://codereview.chromium.org/451183002 Cr-Commit-Position: refs/heads/master@{#288463} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288463 0039d316-1c4b-4281-b951-d872f2087c98
-
ankit2.kumar@samsung.com authored
On right click in editable node context menu was always having 'paste' option as enabled. Added check that if clipboard is not empty then only show 'paste' option. BUG=396616 Review URL: https://codereview.chromium.org/443073002 Cr-Commit-Position: refs/heads/master@{#288461} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288461 0039d316-1c4b-4281-b951-d872f2087c98
-
fukino@chromium.org authored
BUG=254804 TBR=hirono@chromium.org TEST=manually tested. Review URL: https://codereview.chromium.org/451123002 Cr-Commit-Position: refs/heads/master@{#288460} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288460 0039d316-1c4b-4281-b951-d872f2087c98
-
chrishenry@google.com authored
Rename ValidatePage/MeasurePage -> ValidateAndMeasurePage for all files outside tools/telemetry and tools/perf. BUG=383635 Review URL: https://codereview.chromium.org/452123002 Cr-Commit-Position: refs/heads/master@{#288459} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288459 0039d316-1c4b-4281-b951-d872f2087c98
-
dneto@chromium.org authored
Surface loss is only detected via the callback. We can tolerate multiple calls to InitializeRenderer without needing the lost-surface callback in between. Remove Renderer::IsContextLost, but keep GLRenderer::IsContextLost. Remove ThreadProxy::CheckOutputSurfaceStatusOnImplThread BUG=392891 Review URL: https://codereview.chromium.org/446973002 Cr-Commit-Position: refs/heads/master@{#288457} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288457 0039d316-1c4b-4281-b951-d872f2087c98
-
felt@chromium.org authored
Right now, SSLBlockingPage has both overridable_ and strict_enforcement_. This CL collapses both into overridable_, so that we only need to check one. However, strict_enforcement_ also remains on its own because it is checked separately in one place. BUG= R=palmer@chromium.org Review URL: https://codereview.chromium.org/448163002 Cr-Commit-Position: refs/heads/master@{#288456} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288456 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
Cr-Commit-Position: refs/heads/master@{#288455} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288455 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
BUG=109173 TEST=none R=jam@chromium.org TBR=jam@chromium.org Review URL: https://codereview.chromium.org/457823002 Cr-Commit-Position: refs/heads/master@{#288454} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288454 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
We still need to expose these to apps, and transition things appropriately. R=darin@chromium.org Review URL: https://codereview.chromium.org/454603002 Cr-Commit-Position: refs/heads/master@{#288453} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288453 0039d316-1c4b-4281-b951-d872f2087c98
-
dgozman@chromium.org authored
[DevTools] Make DevTools clients talk directly to DevToolsAgentHost instead of using DevToolsManager. Previously, client used methods on DevToolsManager passing |this| to most of them. Instead, it should hold a scoped_refptr to inspected DevToolsAgentHost and talk to it directly. This creates a single clean entry point for the client, and allows in the future to handle browser-wide protocol messages and debug multiple hosts at once. BUG=401073 TBR=kalman@chromium.org Review URL: https://codereview.chromium.org/449043002 Cr-Commit-Position: refs/heads/master@{#288452} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288452 0039d316-1c4b-4281-b951-d872f2087c98
-
davidyu@chromium.org authored
Also added the code to store owner info into boot lockbox during enrollment. BUG=chromium:353050 TEST=unit_tests Review URL: https://codereview.chromium.org/438493002 Cr-Commit-Position: refs/heads/master@{#288451} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288451 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
Cleanup: Remove unneeded #includes for grit/, ui/base/l10n/l10n_util.h and ui/base/resource/resource_bundle.h. For files that have #include from the list above, the heuristics for determining if the #includes are needed are as follows: grit -> with a few exceptions, grep for ID[RS] l10n_util.h -> grep l10n_util:: resource_bundle.h -> egrep '(GetImageNamed|GetNativeImageNamed|GetRawDataResource|GetLocalizedString|GetImageSkiaNamed|ResourceBundle)' Review URL: https://codereview.chromium.org/454583002 Cr-Commit-Position: refs/heads/master@{#288450} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288450 0039d316-1c4b-4281-b951-d872f2087c98
-
mfomitchev@chromium.org authored
Re-submit of https://codereview.chromium.org/425363002/ TBR=sky, oshima BUG=NONE Review URL: https://codereview.chromium.org/445173002 Cr-Commit-Position: refs/heads/master@{#288449} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288449 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
BUG=402164 TBR=avi@chromium.org Review URL: https://codereview.chromium.org/453153002 Cr-Commit-Position: refs/heads/master@{#288448} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288448 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG= TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/452313003 Cr-Commit-Position: refs/heads/master@{#288447} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288447 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@chromium.org authored
BUG=401571 Review URL: https://codereview.chromium.org/455533002 Cr-Commit-Position: refs/heads/master@{#288446} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288446 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
Instead of using AudioRendererAlgorithm's timestamp as the ending timestamp and counting "backwards", count "forwards" from a starting timestamp to compute the current media time. Doing so produces more accurate time calculations during periods where the playback rate is changing. last_endpoint_timestamp() is replaced by a new method that computes the amount of contiguous media data buffered by audio hardware. Using this value gives a more accurate maximum time value to use when doing linear interpolation. BUG=367343,370634 Review URL: https://codereview.chromium.org/436053002 Cr-Commit-Position: refs/heads/master@{#288445} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288445 0039d316-1c4b-4281-b951-d872f2087c98
-
https://codereview.chromium.org/423393008/tonyg@chromium.org authored
Reason for revert: BUG=402135 Original issue's description: > Keep a copy of page id in RenderViewHost. > > Also, ensure that it stays in sync with the renderer's copy. > > BUG=99379,369661 > TEST=no CHECKs hit in the wild, all tests stay green > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=288196 TBR=creis@chromium.org,tsepez@chromium.org,nick@chromium.org,avi@chromium.org NOTREECHECKS=true NOTRY=true BUG=99379,369661 Review URL: https://codereview.chromium.org/452303003 Cr-Commit-Position: refs/heads/master@{#288444} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288444 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
Since the hosts are stored in DNS wire format (with length-prefixed labels), any labels that start with a digit cause an escape like "\0071..." (that's length=7, first byte of the label = "1"). But this causes a warning in Visual Studio and breaks the build. This change splits the length bytes from the labels so that this warning doesn't happen. BUG=none R=palmer@chromium.org Review URL: https://codereview.chromium.org/456853002 Cr-Commit-Position: refs/heads/master@{#288443} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288443 0039d316-1c4b-4281-b951-d872f2087c98
-
morrita@chromium.org authored
The error should be reported to IPC::Listener as it is a signal of the dead peer. Without this, the browser cannot detect renderer crashes. TEST=browser_tests (with ChannelMojo enabled) R=viettrungluu@chromium.org,darin@chromium.org BUG=none Review URL: https://codereview.chromium.org/453643003 Cr-Commit-Position: refs/heads/master@{#288442} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288442 0039d316-1c4b-4281-b951-d872f2087c98
-
mef@chromium.org authored
BUG=390267 Review URL: https://codereview.chromium.org/453053002 Cr-Commit-Position: refs/heads/master@{#288441} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288441 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG= TBR=maruel Review URL: https://codereview.chromium.org/458503002 Cr-Commit-Position: refs/heads/master@{#288440} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288440 0039d316-1c4b-4281-b951-d872f2087c98
-
jj-spoon@yandex-team.ru authored
Current implementation assumes that current UI language is the first language on the list. It works now but might break in the future. To avoid that we should select current UI language on left pane before making any checks. R=dbeam@chromium.org Review URL: https://codereview.chromium.org/399353006 Cr-Commit-Position: refs/heads/master@{#288439} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288439 0039d316-1c4b-4281-b951-d872f2087c98
-
chrishtr@chromium.org authored
This makes lookups of a WebPreferences field fast. In order do this, add code to listen to all preferences updates in order to recompute the cache. The first version was rolled back because some code in Blink that listened for inspector prefs updates incorrectly sent the preference update back to Chromium, causing an infinite loop. BUG=390799 Review URL: https://codereview.chromium.org/444843002 Cr-Commit-Position: refs/heads/master@{#288438} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288438 0039d316-1c4b-4281-b951-d872f2087c98
-
garykac@chromium.org authored
This change implements HiDPI scaling of filter params in CC. It also fixes content scaling of filter params (e.g., with -webkit-transform: scale(X)) as well as pinch-zoom scaling. This code is mostly from http://crrev.com/191123002 "Implement hidpi and pinch-zoom scaling of filter params in cc" and replaces http://crrev.com/317663005 "Scale the ALPHA_THRESHOLD filter's region based on the device scale factor" because this fixes all filters rather than just the AlphaThresholdFilter. BUG=376532, 281516, 281518, 349493 R=brettw@chromium.org, danakj@chromium.org, enne@chromium.org, jschuh@chromium.org Review URL: https://codereview.chromium.org/394193003 Cr-Commit-Position: refs/heads/master@{#288436} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288436 0039d316-1c4b-4281-b951-d872f2087c98
-
rch@chromium.org authored
and ProofVerifierChromium to TransportSecurityState::CheckPublicKeyPins. This required adding an is_issued_by_known_root argument to this method. In addition, CheckPublicKeyPins now only checks static pins if the TransportSecurityState's enable_static_pins_ member is true. This defaults to true only for official desktop builds. This also means that dynamic pins are now checked on mobile and on non-official builds. BUG=398925,391033 Review URL: https://codereview.chromium.org/433123003 Cr-Commit-Position: refs/heads/master@{#288435} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288435 0039d316-1c4b-4281-b951-d872f2087c98
-
kkimlabs@chromium.org authored
BUG=401821 Review URL: https://codereview.chromium.org/455543003 Cr-Commit-Position: refs/heads/master@{#288434} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288434 0039d316-1c4b-4281-b951-d872f2087c98
-
dmichael@chromium.org authored
This test can measure PPP_Messaging performance and indirectly IPC performance. It regressed due to a couple of minor changes; this gets it running again. BUG= Review URL: https://codereview.chromium.org/453003002 Cr-Commit-Position: refs/heads/master@{#288433} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288433 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
Cr-Commit-Position: refs/heads/master@{#288431} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288431 0039d316-1c4b-4281-b951-d872f2087c98
-
rockot@chromium.org authored
This just moves update_manifest.h/cc into the extensions_common target. Precursor to moving manifest parsing code and ultimately the rest of the download/install/update code. BUG=398671 TBR=dcheng@chromium.org for IPC messages (header move only) Review URL: https://codereview.chromium.org/454873005 Cr-Commit-Position: refs/heads/master@{#288430} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288430 0039d316-1c4b-4281-b951-d872f2087c98
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia/+log/b511042bb07a6a289b0d1146cb57f6e8b80580d6..be129b26f13d575fd6b396c6ae759838ecc9bd1a CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_layout_rel TBR=bungeman@google.com BUG= Review URL: https://codereview.chromium.org/453653004 Cr-Commit-Position: refs/heads/master@{#288429} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288429 0039d316-1c4b-4281-b951-d872f2087c98
-
ttuttle@chromium.org authored
Add support for configs with domains *.foo.bar. Given a domain foo.bar, it will first look for a config with domain foo.bar, then *.foo.bar, then *.bar. BUG=396139 Review URL: https://codereview.chromium.org/404363003 Cr-Commit-Position: refs/heads/master@{#288428} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288428 0039d316-1c4b-4281-b951-d872f2087c98
-
hanxi@chromium.org authored
Use ExtensionsAPIClient to register guests. BUG=352290 Review URL: https://codereview.chromium.org/444113003 Cr-Commit-Position: refs/heads/master@{#288427} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288427 0039d316-1c4b-4281-b951-d872f2087c98
-
teravest@chromium.org authored
r284961 broke PNaCl on-demand by loading resources retrieved by component_uploader before sending a request to download a user pexe. This change fixes the breakage by only loading resources after we've determined that that there is no cached translated nexe. BUG=401755 R=dmichael@chromium.org, dschuff@chromium.org Review URL: https://codereview.chromium.org/453073002 Cr-Commit-Position: refs/heads/master@{#288426} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288426 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
linux_chromium_rel_swarming seems find, so I'm trying on windows next. BUG=109173 TEST=none R=jam@chromium.org TBR=jam@chromium.org Review URL: https://codereview.chromium.org/454083003 Cr-Commit-Position: refs/heads/master@{#288425} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288425 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
This is shorter, and it allows us to remove two trampoline files on Android (which still weren't updated to trampoline to the 4.8 toolchain and still referred to the 4.6 toolchain instead). No intended visible behavior change. BUG=none Review URL: https://codereview.chromium.org/450843002 Cr-Commit-Position: refs/heads/master@{#288424} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288424 0039d316-1c4b-4281-b951-d872f2087c98
-
achuith@chromium.org authored
Still seeing log spam because we set oem_manifest_loaded_ to true even if the file doesn't exist. Follow-up to r239700 BUG=314793 TEST=remove oem manifest.json - should not see spam in log file. Review URL: https://codereview.chromium.org/448403002 Cr-Commit-Position: refs/heads/master@{#288423} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288423 0039d316-1c4b-4281-b951-d872f2087c98
-
luken@chromium.org authored
> Extend contextMenus API to support browser/page actions > > Screenshot: > http://i.imgur.com/RILqQqe.png > > BUG=234425 > > Review URL: https://codereview.chromium.org/359493005 TBR=gpdavis.chromium@gmail.com Review URL: https://codereview.chromium.org/455023002 Cr-Commit-Position: refs/heads/master@{#288422} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288422 0039d316-1c4b-4281-b951-d872f2087c98
-
dbeam@chromium.org authored
R=estade@chromium.org BUG=393489 Review URL: https://codereview.chromium.org/444093003 Cr-Commit-Position: refs/heads/master@{#288421} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288421 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
If the web-page specifies a color using the 'theme-color' meta-tag, then use that color to paint the background of the window-title. Fix the height of the title to be 25px. BUG=401569 R=oshima@chromium.org Review URL: https://codereview.chromium.org/455773003 Cr-Commit-Position: refs/heads/master@{#288420} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288420 0039d316-1c4b-4281-b951-d872f2087c98
-