- 13 Feb, 2014 40 commits
-
-
tonyg@chromium.org authored
This is in preparation for moving webpagereplay.py into Telemetry. BUG= Review URL: https://codereview.chromium.org/160443004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250953 0039d316-1c4b-4281-b951-d872f2087c98
-
mikhal@chromium.org authored
main changes: - Updating synthetic video test sequence to be more uniform. - Fixing added delay to render/playout times introduced in the rtp-stats API update. - Sending audio packets to pacer in a timed manner. BUG=329563 Review URL: https://codereview.chromium.org/147993010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250947 0039d316-1c4b-4281-b951-d872f2087c98
-
ddorwin@chromium.org authored
Review URL: https://codereview.chromium.org/161873002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250945 0039d316-1c4b-4281-b951-d872f2087c98
-
vasilii@chromium.org authored
BUG=95758 Review URL: https://codereview.chromium.org/139443004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250944 0039d316-1c4b-4281-b951-d872f2087c98
-
rdevlin.cronin@chromium.org authored
This is in preparation for integrating the error console work with the Apps Developer Tool. On the chrome side, this means: - Adding new DeveloperPrivateAPI functions to open developer tools and read file source. - Making DeveloperPrivateAPI listen for extension errors. - Refactor ExtensionErrorHandler WebUI to allow for shared code with DeveloperPrivateAPI (error_handler_ui_util). - Refactor extension_error[_overlay].js to use either chrome.send or chrome.developerPrivate functions. - Refactor so that all knowledge of whether the overlay can be displayed is in extension_error_overlay.js Images: http://imgur.com/a/IAGMU#0 BUG=335313 Review URL: https://codereview.chromium.org/150663013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250943 0039d316-1c4b-4281-b951-d872f2087c98
-
msw@chromium.org authored
BUG=330735 TEST=none R=sky@chromium.org Review URL: https://codereview.chromium.org/161803002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250942 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
BUG=333900 Review URL: https://codereview.chromium.org/149843004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250941 0039d316-1c4b-4281-b951-d872f2087c98
-
tapted@chromium.org authored
We want to track effectiveness of the app launcher install education pages in enabling users to find, and start using, the app launcher when it is auto-enabled upon installing the first v2 packaged app. The launcher is not auto-shown for the "first" install, to encourage users to learn where it is. This CL marks "how" the app launcher is enabled (e.g. command line flag, webstore, etc.), and when the enable occurs. Then, when the user shows the app list, the enable method and time taken to show it is recorded. We also need to record users that "never" show the app list, or who see the app list show automatically upon installing a _second_ app. One hour is chosen as a timeout: if no value is recorded after one hour, a value is recorded in the "last" bucket for the time taken. BUG=314235 TBR=xiyuan@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=250348 Review URL: https://codereview.chromium.org/143683004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250938 0039d316-1c4b-4281-b951-d872f2087c98
-
kinuko@chromium.org authored
BUG=285976 TEST=content_browsertests:ServiceWorkerVersionBrowserTest.Install* Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=250804 Review URL: https://codereview.chromium.org/153553008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250936 0039d316-1c4b-4281-b951-d872f2087c98
-
rdsmith@chromium.org authored
(It uses --single-process, which is disabled on branded builders.) BUG=342418 Review URL: https://codereview.chromium.org/161093002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250934 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250932 0039d316-1c4b-4281-b951-d872f2087c98
-
pilgrim@chromium.org authored
BUG=338338 Review URL: https://codereview.chromium.org/160023003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250930 0039d316-1c4b-4281-b951-d872f2087c98
-
dnicoara@chromium.org authored
Adding Ozone CursorLoader and necessary API functions to allow setting the cursor in SoftwareFactoryOzone BUG= Review URL: https://codereview.chromium.org/158023006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250929 0039d316-1c4b-4281-b951-d872f2087c98
-
gab@chromium.org authored
Also constantifying trial/group names for that trial to avoid duplicating hard-coded strings. Review URL: https://codereview.chromium.org/147053005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250928 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@chromium.org authored
BUG=330931 R=eroman@chromium.org Review URL: https://codereview.chromium.org/159913003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250927 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
the Storage API docs are now hosted at extensions/storage not extensions/storage.html. Paths which include .html are redirected to remove the .html. BUG=294008 R=yoz@chromium.org Review URL: https://codereview.chromium.org/148293018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250926 0039d316-1c4b-4281-b951-d872f2087c98
-
davidben@chromium.org authored
Tests have changed significantly since the flake. Hopefully all the base::RunLoop work has fixed it now. The stray content::RunMessageLoop is gone. BUG=171546 Review URL: https://codereview.chromium.org/161133004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250925 0039d316-1c4b-4281-b951-d872f2087c98
-
alokp@chromium.org authored
With the introduction of GPU rasterization, we no longer rasterize to a bitmap. We rasterize directly to a texture-backed SkCanvas. This patch refactors AcquireBufferForRaster into AcquireCanvasForRaster to unify the API used by software and gpu rasterization. It also allows us to cache the gpu canvas with the resource so that we do not need to re-create it whenever a tile needs to be repainted. Creating a new gpu canvas is expensive on command-buffer - both on client and service side. The client side adds a flush every time an FBO is created or destroyed. The service side checks for FBO completeness. This patch eliminates the setup/destroy cost of gpu canvas. BUG=334492 Review URL: https://codereview.chromium.org/157293002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250924 0039d316-1c4b-4281-b951-d872f2087c98
-
https://codereview.chromium.org/153403004/rlp@chromium.org authored
BUG=325439, 289023 Review URL: https://codereview.chromium.org/148003004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250921 0039d316-1c4b-4281-b951-d872f2087c98
-
donnd@chromium.org authored
BUG=341761 Review URL: https://codereview.chromium.org/160053004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250920 0039d316-1c4b-4281-b951-d872f2087c98
-
vivek.vg@samsung.com authored
We pack width/height in ConvertToJavaBitmap into gfx::Size to be unpacked in CreateJavaBitmap while calling the BitmapHelper.createBitmap method from Java. This is not needed and should be called directly using width and height as is. R=danakj Review URL: https://codereview.chromium.org/159463004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250916 0039d316-1c4b-4281-b951-d872f2087c98
-
wtc@chromium.org authored
R=eroman@chromium.org BUG=none TEST=none NOTRY=true Review URL: https://codereview.chromium.org/162473002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250915 0039d316-1c4b-4281-b951-d872f2087c98
-
arthure@chromium.org authored
Formerly known as CL 138213007. See notes over there: https://codereview.chromium.org/138213007/ NOTRY=true Review URL: https://codereview.chromium.org/160593003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250914 0039d316-1c4b-4281-b951-d872f2087c98
-
creis@chromium.org authored
BUG=261313 TEST=RenderFrameHostManagerTest.NoScriptAccessAfterSwapOut passes. R=nasko@chromium.org Review URL: https://codereview.chromium.org/162083002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250909 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
- Previously the UI was getting local host ID before getting state, but it doesn't make sense when host is not started. - 2 minor changes in HostList and HostController around host state initialization. BUG=149744 R=jamiewalch@chromium.org Review URL: https://codereview.chromium.org/160963003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250908 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
And also remove yoshiki@ from the previous a11y and task_manager. BUG=none TBR=satorux@chromium.org NOTRY=True Review URL: https://codereview.chromium.org/149753012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250903 0039d316-1c4b-4281-b951-d872f2087c98
-
mangini@chromium.org authored
to improve performance of the docserver, avoiding hit Cloud Storage on every request. BUG=343315 NOTRY=true Review URL: https://codereview.chromium.org/162043003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250901 0039d316-1c4b-4281-b951-d872f2087c98
-
jamescook@chromium.org authored
This ensures that extensions installed with --install-from-webstore still show an install prompt. BUG=342949 TEST=See bug for repro NOTRY=true Review URL: https://codereview.chromium.org/146093006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250900 0039d316-1c4b-4281-b951-d872f2087c98
-
armansito@chromium.org authored
This CL defines the abstract class BluetoothGattDesciptor, which represents remote and local GATT characteristic descriptors in the GATT API. BUG=340525 TEST=Compile Chrome. Review URL: https://codereview.chromium.org/134263008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250899 0039d316-1c4b-4281-b951-d872f2087c98
-
jsbell@chromium.org authored
Does not appear to be IndexedDB related, but something about setting the kSingleProcess flag in a content_browsertest - although that does not appear unique to this test. NOTRY=true R=aurimas@chromium.org BUG=342525 Review URL: https://codereview.chromium.org/162123002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250898 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250896 0039d316-1c4b-4281-b951-d872f2087c98
-
hshi@chromium.org authored
BUG=321625 TEST=trybot R=oshima@chromium.org Review URL: https://codereview.chromium.org/162463002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250894 0039d316-1c4b-4281-b951-d872f2087c98
-
eseidel@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=166949:167046&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/161883002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250893 0039d316-1c4b-4281-b951-d872f2087c98
-
bshe@chromium.org authored
When user login, a new virtual keyboard is created. If the old virtual keyboard was showing before user login, we need to notfiy keyboard bounds observers that old virtual keyboard window occupy no space on screen. Otherwise, Ash still thinks the work area should exclude virtual keyboard area even the keyboard is not showing. This CL fixed the bug. BUG=342524 Review URL: https://codereview.chromium.org/159473002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250892 0039d316-1c4b-4281-b951-d872f2087c98
-
jschuh@chromium.org authored
BUG=338524 R=cpu@chromium.org NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=250744 Review URL: https://codereview.chromium.org/136543008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250890 0039d316-1c4b-4281-b951-d872f2087c98
-
guohui@chromium.org authored
Revert of Wire InstallFinished and add some InstallEvent.waitUntil tests (https://codereview.chromium.org/153553008/) Reason for revert: Suspect cause for failing content_browsertests:ServiceWorkerVersionBrowserTests Original issue's description: > Wire InstallFinished and add some InstallEvent.waitUntil tests > > BUG=285976 > TEST=content_browsertests:ServiceWorkerVersionBrowserTest.Install* > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=250804 TBR=alecflett@chromium.org,kinuko@chromium.org NOTREECHECKS=true NOTRY=true BUG=285976 Review URL: https://codereview.chromium.org/147903008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250886 0039d316-1c4b-4281-b951-d872f2087c98
-
skuhne@chromium.org authored
The problem appears to be that the function GetLastActiveWebContents returns a WebContents pointer to some content which got already deleted. (See comment from CL). Note that this is only used in InsertAppLauncherItem to find the activity state. Note that this indicates that we could even get rid of that map and use app_id_to_web_contents to find if a tab is currently active. But again - keeping the CL small for the backport. This seems to be the most secure and isolated for for M33 and 34 - I will create an issue to follow up on this the proper way. BUG=341250 TEST=none (no test case known) Review URL: https://codereview.chromium.org/160803002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250874 0039d316-1c4b-4281-b951-d872f2087c98
-
miu@chromium.org authored
Note: This change in behavior only applies when the --embed-flash-fullscreen experimental flag is enabled. This change adds additional logic to FullscreenController to prevent the browser window from entering fullscreen if a tab is being screen-captured. This allows the user to retain control of their desktop to work in other browser tabs or applications while the fullscreen view is displayed on a remote screen (e.g., a Chromecast receiver). Furthermore, if a user switches to a different tab, FullscreenController will set the size of the hidden view to the video resolution of the capture. This is both a quality and performance improvement as harmful scaling and letterboxing can be skipped. BUG=256870 TEST=New FullscreenController state tests. Ran all disabled FullscreenControllerInteractiveTests (in interactive_ui_tests). Also confirmed all new functionality manually. Review URL: https://codereview.chromium.org/158253002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250872 0039d316-1c4b-4281-b951-d872f2087c98
-
creis@chromium.org authored
BUG=none TEST=chrome://kill and javascript: URLs still work. R=nasko@chromium.org Review URL: https://codereview.chromium.org/160743002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250871 0039d316-1c4b-4281-b951-d872f2087c98
-
enne@chromium.org authored
Althought the software renderer *could* support much larger sizes than the hardware renderer, there's no reason to allow them. This will create a little bit more consistency between platforms and will prevent security issues caused by gigantic allocations. BUG=337882 Review URL: https://codereview.chromium.org/137703014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250870 0039d316-1c4b-4281-b951-d872f2087c98
-