- 03 Jun, 2014 40 commits
-
-
pkotwicz@chromium.org authored
BUG=362880 TEST=Manual, see bug Review URL: https://codereview.chromium.org/309103002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274444 0039d316-1c4b-4281-b951-d872f2087c98
-
mlerman@chromium.org authored
BUG=357693 Review URL: https://codereview.chromium.org/308433002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274443 0039d316-1c4b-4281-b951-d872f2087c98
-
nasko@chromium.org authored
BUG=273710 Review URL: https://codereview.chromium.org/305243002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274442 0039d316-1c4b-4281-b951-d872f2087c98
-
felt@chromium.org authored
Once complete, this layout will have common parts factored out so that it can be shared across other similar interstitials. (E.g., malware.) But that day is not today. For now, this is behind a Finch flag with the old interstitial running as default. The two will trade places when this version (v2) is launched. BUG=331453 TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/294343004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274440 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274439 0039d316-1c4b-4281-b951-d872f2087c98
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia/+log/b3281585bb6ee3ad8385bf4ba46513af609fa11b..1940df968da44ef95ddb332270aa23481552ca65 TBR=jvanverth@google.com BUG= Review URL: https://codereview.chromium.org/306893011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274438 0039d316-1c4b-4281-b951-d872f2087c98
-
tzik@chromium.org authored
BUG=379667 Review URL: https://codereview.chromium.org/306073007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274437 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://provided-file-systemsmtomasz@chromium.org authored
This CL adds displaying live log from the request manager of the selected file system. TEST=Tested manually with a testing extension. BUG=376095 Review URL: https://codereview.chromium.org/301873002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274436 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
It's a no-op in Windows-only code. Review URL: https://codereview.chromium.org/299363002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274435 0039d316-1c4b-4281-b951-d872f2087c98
-
sandersd@chromium.org authored
Plumb a new VideoFrame format (YV24) through the stack and add a conversion using libyuv to the software path. BUG=104711 Review URL: https://codereview.chromium.org/289373011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274434 0039d316-1c4b-4281-b951-d872f2087c98
-
rlarocque@chromium.org authored
Enables reflection blocking for several groups of integration tests. These tests have been ready for this change for a while, but we never got around to setting the flag until now. BUG=97780 Review URL: https://codereview.chromium.org/293993019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274433 0039d316-1c4b-4281-b951-d872f2087c98
-
yoz@chromium.org authored
Sometimes, changes to JSON/IDL files make them invalid. It's easier to check these at presubmit time than discovering they can't be parsed at runtime. This just moves the check from chrome/common/extensions/api to top-level. This presubmit check excludes files in test/data directories. BUG=366395 Review URL: https://codereview.chromium.org/239283008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274432 0039d316-1c4b-4281-b951-d872f2087c98
-
qsr@chromium.org authored
This CL is the first CL introducing java bindings. It only generates constants. This is a reland of https://codereview.chromium.org/291903003 with a custom DEPS file to fix bot issue. TBR=viettrungluu@chromium.org,rmcilroy@chromium.org Review URL: https://codereview.chromium.org/312643003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274431 0039d316-1c4b-4281-b951-d872f2087c98
-
chromeos-lkgm@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274430 0039d316-1c4b-4281-b951-d872f2087c98
-
https://codereview.chromium.org/271913002/tzik@chromium.org authored
Reason for revert: This CL seems to cause Linux Chromium OS ASan LSan bots failure. The failure logs are: http://build.chromium.org/p/chromium.memory/builders/Linux%20Chromium%20OS%20ASan%20LSan%20Tests%20%282%29/builds/1458 http://build.chromium.org/p/chromium.memory/buildstatus?builder=Linux%20Chromium%20OS%20ASan%20LSan%20Tests%20%283%29&number=1639 http://build.chromium.org/p/chromium.memory/builders/Linux%20Chromium%20OS%20ASan%20LSan%20Tests%20%283%29/builds/1639 Original issue's description: > Animate window control changes in TouchView > > Add animation for the hiding and showing of the resize button. Add an animation > for sliding the minimize button into the position of the resize button. Delay > changing the size of FrameCaptionButtonContainerView to account for conflicting > layout changes caused by the transition to TouchView. > > TEST=FrameCaptionButtonContainerViewTest > TEST=CustomFrameViewAshTest > TES=BrowserNonClientFrameViewAshTest > BUG=363717 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=274371 TBR=flackr@chromium.org,jamescook@chromium.org,oshima@chromium.org,jonross@chromium.org NOTREECHECKS=true NOTRY=true BUG=363717 Review URL: https://codereview.chromium.org/309973002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274426 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=380044 TBR=rsleevi@chromium.org Review URL: https://codereview.chromium.org/315523002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274425 0039d316-1c4b-4281-b951-d872f2087c98
-
tzik@chromium.org authored
"compositor: Tick the UI animations from cc, instead of from timer callbacks." "asan: Fix asan leak from r274404." These CLs seem to break ash_unittests on win8 aura bot: http://build.chromium.org/p/chromium.win/buildstatus?builder=Win8%20Aura&number=19390 BUG=371071 TBR=sadrul@chromium.org NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/311783002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274423 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
launcher inits the view manager, running the "window manager" app @ root. window manager embeds another app. ** not tested by main chrome integration testing ** R=sky@chromium.org TEST=mojo_shell --origin=http://127.0.0.1:4444 --disable-cache mojo:mojo_demo_launcher http://crbug.com/365012 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=274322 Review URL: https://codereview.chromium.org/303163005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274422 0039d316-1c4b-4281-b951-d872f2087c98
-
tzik@chromium.org authored
Revert of Reduce plugin_metrics_provider_ usage in MetricsService (https://codereview.chromium.org/308433004/) Reason for revert: This CL seems to cause bot failure on CI: http://build.chromium.org/p/chromium.memory/builders/Linux%20ASan%20LSan%20Tests%20%281%29/builds/2745 Original issue's description: > Reduce plugin_metrics_provider_ usage in MetricsService > > This CL eliminates MetricsService's call to > PluginMetricsProvider::RecordPluginChanges (replaced by a new API on > MetricsProvider). It additionally adds a > MetricsServicesManager::OnPluginLoadingError() API and has the plugin observer > call that API rather than calling MetricsService directly. This change will > enable easily moving MetricsService::LogPluginLoadingError() to > ChromeMetricsServiceClient once the latter is the class that keeps a weak > pointer to the plugin metrics provider. > > BUG=375776 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=274403 TBR=asvitkine@chromium.org,isherman@chromium.org,jochen@chromium.org,blundell@chromium.org NOTREECHECKS=true NOTRY=true BUG=375776 Review URL: https://codereview.chromium.org/314583002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274418 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274411 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
Make sure the initiated animations are terminated correctly before teardown. BUG=none TBR=sky@chromium.org Review URL: https://codereview.chromium.org/307323002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274409 0039d316-1c4b-4281-b951-d872f2087c98
-
bbudge@chromium.org authored
Two cases don't have breaks and fall through incorrectly. The first may be responsible for issue http://crbug.com/370919. BUG=370919 Review URL: https://codereview.chromium.org/307293002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274408 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
All licensing issues were fixed in pdfium/checklicenses last week. BUG=374943 TBR=jam@chromium.org Review URL: https://codereview.chromium.org/307933013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274407 0039d316-1c4b-4281-b951-d872f2087c98
-
teravest@chromium.org authored
The commented bug seems to be resolved, and I don't see any reason to suspect that this would still timeout. BUG= Review URL: https://codereview.chromium.org/304353018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274406 0039d316-1c4b-4281-b951-d872f2087c98
-
alemate@chromium.org authored
BUG=365352 TEST=none NOCHECK=true Review URL: https://codereview.chromium.org/308073012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274405 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
Update the animations in the UI in response to the animation step in the compositor, instead of from a timer callback. This should make it more difficult for rogue UI animations to negatively impact the system too much. BUG=371071 R=ajuma@chromium.org, piman@chromium.org, sky@chromium.org Review URL: https://codereview.chromium.org/291843012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274404 0039d316-1c4b-4281-b951-d872f2087c98
-
blundell@chromium.org authored
This CL eliminates MetricsService's call to PluginMetricsProvider::RecordPluginChanges (replaced by a new API on MetricsProvider). It additionally adds a MetricsServicesManager::OnPluginLoadingError() API and has the plugin observer call that API rather than calling MetricsService directly. This change will enable easily moving MetricsService::LogPluginLoadingError() to ChromeMetricsServiceClient once the latter is the class that keeps a weak pointer to the plugin metrics provider. BUG=375776 Review URL: https://codereview.chromium.org/308433004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274403 0039d316-1c4b-4281-b951-d872f2087c98
-
robertshield@chromium.org authored
BUG=361778 TEST=NONE TBR=gab, bauerb Review URL: https://codereview.chromium.org/309873002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274398 0039d316-1c4b-4281-b951-d872f2087c98
-
dalecurtis@chromium.org authored
BUG=336096 TEST=Play audio. Run trace. Observe entries. Review URL: https://codereview.chromium.org/309483015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274397 0039d316-1c4b-4281-b951-d872f2087c98
-
jmadill@chromium.org authored
In a few places, the command buffer used glStencilMask directly instead of calling through to the helper function which updated the mask cache values. This could cause some strange behaviour in ANGLE, such as the front and back stencil masks getting split. The split mask values could cause unexpected GL errors during draw. BUG=378754 Review URL: https://codereview.chromium.org/308703010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274395 0039d316-1c4b-4281-b951-d872f2087c98
-
alexsemenov@chromium.org authored
Version bump in Privet info R=vitalybuka@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/311583003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274392 0039d316-1c4b-4281-b951-d872f2087c98
-
srawlins@google.com authored
Review URL: https://codereview.chromium.org/302273003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274391 0039d316-1c4b-4281-b951-d872f2087c98
-
miletus@chromium.org authored
As telemetry result is mainly meant for monitoring regression, exposing different types of input latency, e.g. scroll/mouse/touch latency as we currently do, does not add more benefit to this purpose but instead adds more confusion for people when they look at the different input latency metrics. Lets only report one input latency metric mean_input_event_latency, which is derived from all input events which have event creation timestamp and swap buffer timestamp, regardless of its event type. BUG=378027 TEST=run telemetry smoothness tests and see only one mean_input_event_latency is reported. unittests pass. Review URL: https://codereview.chromium.org/300273002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274390 0039d316-1c4b-4281-b951-d872f2087c98
-
davidben@chromium.org authored
So the terminal will auto-linkify and it's much easier to manually point a browser at a test server instance. BUG=none Review URL: https://codereview.chromium.org/312593002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274386 0039d316-1c4b-4281-b951-d872f2087c98
-
shrikant@chromium.org authored
With this change we take into account current status of update from update service. +jhawkins for owners BUG=272540 R=sorin,cpu,jhawkins Review URL: https://codereview.chromium.org/209313002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274385 0039d316-1c4b-4281-b951-d872f2087c98
-
sebmarchand@chromium.org authored
syzygy/chrome_child.dll doesn't get instrumented when doing a SyzyASan official build of Chrome (because we don't want to ship an instrumented renderer to the users). However we still produce an instrumented version of chrome_child.dll, and we put it in the syzygy/instrumented folder. This CL should add this dll to the chrome-win32.zip archive, this way we'll be able to use it in our fuzzing infrastructure. R=robertshield@chromium.org BUG= Review URL: https://codereview.chromium.org/298253010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274384 0039d316-1c4b-4281-b951-d872f2087c98
-
alemate@chromium.org authored
In tests user wallpaper info can point to empty paths. Use default wallpaper in this case. BUG=371295 TEST=none Review URL: https://codereview.chromium.org/309643008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274383 0039d316-1c4b-4281-b951-d872f2087c98
-
derat@chromium.org authored
Avoid a crash in tests caused by WeakPtr<ExtensionMessageFilter>s being used on the IO thread while the filter is destroyed on the UI thread. BUG=376634 Review URL: https://codereview.chromium.org/309123002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274382 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
R=rsleevi@chromium.org Review URL: https://codereview.chromium.org/296513013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274378 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@chromium.org authored
BUG=322664 Review URL: https://codereview.chromium.org/304513007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274377 0039d316-1c4b-4281-b951-d872f2087c98
-