- 23 Aug, 2014 29 commits
-
-
Daniel Cheng authored
This was formerly used by layout tests for cross-frame communication by setting the flag and polling its value. These layout tests have since been rewritten to use a combination of load events and postMessage. BUG=405846 R=abarth@chromium.org Review URL: https://codereview.chromium.org/495323003 Cr-Commit-Position: refs/heads/master@{#291589}
-
gunsch authored
Chromecast shell starts up MetricsService but reporting is largely controlled in platform-specific ways. On the Chromecast dongle, this occurs via the API that interfaces with the setup application. R=lcwu@chromium.org,asvitkine@chromium.org,isherman@chromium.org,bryaneyler@chromium.org BUG=400925 Review URL: https://codereview.chromium.org/482813004 Cr-Commit-Position: refs/heads/master@{#291588}
-
ajwong authored
Reimplements parts of //third_party/libjingle's build in GN. The new build is much less flexible than the original. No configuration variables have been ported. Some windows-specific configs have been left out and annotated with TODOs. Most signifcantly, the entirety of the 'if (enable_webrtc)' block has been omitted, because the GN build for webrtc isn't working yet. Despite these limitations, it is an adequate replacement for the 'stub' libjingle target in most situations. Note, this CL is a near direct copy of rlarocque's work at https://codereview.chromium.org/455583002/ BUG=none TBR=sky,pavely,rlarocque Review URL: https://codereview.chromium.org/498603002 Cr-Commit-Position: refs/heads/master@{#291587}
-
jorgelo authored
This makes GpuProcessHost::LaunchGpuProcess significantly easier to read. This is in preparation for getting rid of the GPU broker process. Also make "GPU process" capitalization consistent. BUG=329375 TEST=content_shell boots, --disable-gpu-sandbox gets propagated. Review URL: https://codereview.chromium.org/498833002 Cr-Commit-Position: refs/heads/master@{#291586}
-
jsbell authored
BUG=381456 R=cmumford@chromium.org Review URL: https://codereview.chromium.org/475063004 Cr-Commit-Position: refs/heads/master@{#291585}
-
vitalybuka authored
BUG=374321 Review URL: https://codereview.chromium.org/478183005 Cr-Commit-Position: refs/heads/master@{#291584}
-
ericzeng authored
- Use element.animate to resize the overlay for embedded extension options. When an <extensionoptions> element is embedded in a WebUI overlay, if its size changes the overlay will smoothly expand to surround the element. - Add an API to <extensionoptions> to defer autosizing until its embedder is ready. This is used to 'pin' the element's size until the overlay is done expanding. - Move the <extensionoptions> off screen until the overlay is done expanding. - Prevent <extensionoptions> from shrinking after the initial sizing. This makes the look of the embedded options page more consistent. BUG=386842 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=291286 Review URL: https://codereview.chromium.org/480243003 Cr-Commit-Position: refs/heads/master@{#291583}
-
enne authored
The SchedulePaintInRect call in DelegatedFrameHost is only there to eventually notify an observer on the aura::Window that damage has occurred (for the video detector). Instead, just pass along the damage to the LayerDelegate API and don't schedule a paint. R=jbauman@chromium.org BUG=none Review URL: https://codereview.chromium.org/464643003 Cr-Commit-Position: refs/heads/master@{#291582}
-
kishor.ag authored
Presently, first time developer need to copy paste source for inserting gdb_chrome.py in ~/.gdbinit file. This change avoids the manual step & works seem less for first time developer also. BUG=None Review URL: https://codereview.chromium.org/444593003 Cr-Commit-Position: refs/heads/master@{#291581}
-
michaelpg authored
Currently, if the user opens the Help/About page on Chrome OS it will automatically check for an update and begin downloading/installing it. Users should be able to decide when their update is applied, e.g., in case they are connected to a tethered or bandwidth-limited network. This disables the auto-update check on Chrome OS, replacing it with a button the user can press to check for updates. (This has no effect on the scheduled auto-updating service.) Screenshots: http://imgur.com/a/k2s6y#0 BUG=394226 R=estade@chromium.org, deymo@chromium.org Review URL: https://codereview.chromium.org/476983002 Cr-Commit-Position: refs/heads/master@{#291580}
-
qyearsley authored
Note: I prefer "try server" and "try bot" more than "tryserver" and "trybot" because that's what's used in the official documentation: http://dev.chromium.org/developers/testing/try-server-usage BUG= Review URL: https://codereview.chromium.org/468633005 Cr-Commit-Position: refs/heads/master@{#291579}
-
dhnishi authored
Add functionality for button to stop origins on the Website Settings dialog. BUG=372607 Review URL: https://codereview.chromium.org/493383004 Cr-Commit-Position: refs/heads/master@{#291578}
-
michaelpg authored
BUG=313244 R=dbeam@chromium.org Review URL: https://codereview.chromium.org/488083005 Cr-Commit-Position: refs/heads/master@{#291577}
-
agable authored
Revert of Add test for ChromeVox keyboard commands. (patchset #6 of https://codereview.chromium.org/490443002/) Reason for revert: Broke interactive_ui_tests on chromium.chromiumos waterfall: http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Ozone%20Tests%20%282%29/builds/1291 Original issue's description: > Add test for ChromeVox keyboard commands. > > This is just a couple of quick sanity checks to prevent future regressions > like the one in the linked bug. It tests both a Search+Shift shortcut and > the corresponding Prefix Key shortcut. > > Adds support for sending the meta modifier key in > aura/x11 tests. > > BUG=404470 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=291547 TBR=dtseng@chromium.org,sky@chromium.org,dmazzoni@chromium.org NOTREECHECKS=true NOTRY=true BUG=404470 Review URL: https://codereview.chromium.org/500833002 Cr-Commit-Position: refs/heads/master@{#291576}
-
dyen authored
BUG=None TEST= trybots Review URL: https://codereview.chromium.org/499733002 Cr-Commit-Position: refs/heads/master@{#291575}
-
sky authored
Otherwise if you just build mojo_view_manager_unittests on windows nothing works. BUG=none TEST=none R=jamesr@chromium.org Review URL: https://codereview.chromium.org/501623002 Cr-Commit-Position: refs/heads/master@{#291574}
-
nduca authored
Will help work around https://code.google.com/p/trace-viewer/issues/detail?id=587 R=enne Review URL: https://codereview.chromium.org/495423003 Cr-Commit-Position: refs/heads/master@{#291573}
-
vmpstr authored
We have a function on the tiling set that finds tilings at scale. This patch uses this function. R=enne Review URL: https://codereview.chromium.org/505473002 Cr-Commit-Position: refs/heads/master@{#291572}
-
agable authored
This will fix the currently failing browser_tests CloudPolicyTests, which fail because the lastchange string is too long. TBR=scottmg@chromium.org, tandrii@chromium.org NOTRY=True NOTREECHECKS=True TEST=passed browser_tests on linux_chromium_rel trybot BUG=406783 Review URL: https://codereview.chromium.org/499063002 Cr-Commit-Position: refs/heads/master@{#291571}
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#291570}
-
Robert Iannucci authored
TBR=hinoka@chromium.org BUG= Review URL: https://codereview.chromium.org/499033002 Cr-Commit-Position: refs/heads/master@{#291569}
-
agable authored
TBR=iannucci@chromium.org NOTRY=True NOTREECHECKS=True BUG=388057 Review URL: https://codereview.chromium.org/483253005 Cr-Commit-Position: refs/heads/master@{#291568}
-
Robert Iannucci authored
TBR=agable@chromium.org Review URL: https://codereview.chromium.org/490173003 Cr-Commit-Position: refs/heads/master@{#291567}
-
Robert Iannucci authored
R=szager@chromium.org BUG= Review URL: https://codereview.chromium.org/500703002 Cr-Commit-Position: refs/heads/master@{#291566}
-
Vadim Shtayura authored
Default DEPS is now correct. BUG=406661 R=iannucci@chromium.org Review URL: https://codereview.chromium.org/499013002 Cr-Commit-Position: refs/heads/master@{#291565}
-
Vadim Shtayura authored
R=iannucci@chromium.org BUG=406661 Review URL: https://codereview.chromium.org/493753003 Cr-Commit-Position: refs/heads/master@{#291564}
-
Stefan Zager authored
R=benhenry@google.com, benhenry@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/497313003 Cr-Commit-Position: refs/heads/master@{#291563}
-
Robert Iannucci authored
R=vadimsh@chromium.org BUG=263848 Review URL: https://codereview.chromium.org/505433003 Cr-Commit-Position: refs/heads/master@{#291562}
-
Stefan Zager authored
The king is dead. Long live the king. BUG=263848 Cr-Commit-Position: refs/heads/master@{#291561}
-
- 22 Aug, 2014 11 commits
-
-
tonyg@chromium.org authored
The chrome-archive bucket is no longer updated and so we're pulling from chrome-unsigned instead. This patch also removes code for pulling from anywhere other than official builds. BUG=405792 Review URL: https://codereview.chromium.org/502593002 Cr-Commit-Position: refs/heads/master@{#291560} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291560 0039d316-1c4b-4281-b951-d872f2087c98
-
qyearsley@chromium.org authored
These were collected by Jeff last week: https://docs.google.com/a/google.com/document/d/1erjepFVXplUFXCybBd8aojjEDgoDGfM4V-j_GewPWOg/edit In the examples that he collected, I think that most of the confidence score numbers were from the old confidence function. Some of the actual results still don't fully line up with intuition, for example: [67, 68], [65, 65, 67] -> 80% [3, 3, 3], [2, 2, 2, 3] -> 90% In general, the t-test is always giving either 0 or at least 80 (sort of like how it is for alerts the dashboard). BUG= Review URL: https://codereview.chromium.org/481063002 Cr-Commit-Position: refs/heads/master@{#291559} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291559 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
See http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_swarming/builds/6196 http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_swarming/builds/6151 http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_swarming/builds/6056 BUG=53586 TBR=avi@chromium.org Review URL: https://codereview.chromium.org/493783003 Cr-Commit-Position: refs/heads/master@{#291557} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291557 0039d316-1c4b-4281-b951-d872f2087c98
-
creis@chromium.org authored
BUG=397185 TEST=RenderFrameHostManagerTest.DisownOpener*. TBR=nasko (just for DisownSameSiteOpener test) Review URL: https://codereview.chromium.org/497183003 Cr-Commit-Position: refs/heads/master@{#291556} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291556 0039d316-1c4b-4281-b951-d872f2087c98
-
jdduke@chromium.org authored
Currently, the ScaleGestureDetector will create a standalone GestureDetector instance for detecting double-tap events. This is overkill, however, as the only real callback it requires is the one for the initial |OnDoubleTap|, and running detection for all other gestures is wasteful. Avoid this by consolidating the GestureListener and ScaleGestureListener constructs, instead exposing an explicit |ScaleGestureDetector::OnDoubleTap()| method that is called indirectly using the existing GestureDetector instance. BUG=406175 Review URL: https://codereview.chromium.org/501503003 Cr-Commit-Position: refs/heads/master@{#291555} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291555 0039d316-1c4b-4281-b951-d872f2087c98
-
ericzeng@chromium.org authored
Implement CloseContents for ExtensionOptionsGuest. CloseContents propagates a 'close' event up to the <extensionoptions> node. In WebUI, when the extension options overlay receives this event, it will close the overlay. Extension options pages that used window.close() to close their tab in the old options page UI will now close their embedder overlay. BUG=386842, 386838 Review URL: https://codereview.chromium.org/490783002 Cr-Commit-Position: refs/heads/master@{#291554} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291554 0039d316-1c4b-4281-b951-d872f2087c98
-
reillyg@chromium.org authored
A device may only have HID output or feature reports. In this case we missed report IDs associated with this reports. This patch uses Window's HID descriptor parser to scan though all report types looking for HID collection information. BUG= Review URL: https://codereview.chromium.org/502573002 Cr-Commit-Position: refs/heads/master@{#291553} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291553 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
BUG=406631 TBR=sky@chromium.org Review URL: https://codereview.chromium.org/501633002 Cr-Commit-Position: refs/heads/master@{#291552} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291552 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
of updating that templating library. History: this dependency is owned by me, and I changed the name to avoid confusion with the "handlebars" templating system. R=yoz@chromium.org, brettw@chromium.org Review URL: https://codereview.chromium.org/498813002 Cr-Commit-Position: refs/heads/master@{#291550} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291550 0039d316-1c4b-4281-b951-d872f2087c98
-
hendrikw@chromium.org authored
BUG=405364 Review URL: https://codereview.chromium.org/492943002 Cr-Commit-Position: refs/heads/master@{#291548} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291548 0039d316-1c4b-4281-b951-d872f2087c98
-
dmazzoni@chromium.org authored
This is just a couple of quick sanity checks to prevent future regressions like the one in the linked bug. It tests both a Search+Shift shortcut and the corresponding Prefix Key shortcut. Adds support for sending the meta modifier key in aura/x11 tests. BUG=404470 Review URL: https://codereview.chromium.org/490443002 Cr-Commit-Position: refs/heads/master@{#291547} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291547 0039d316-1c4b-4281-b951-d872f2087c98
-