- 13 Feb, 2014 38 commits
-
-
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
-
fgorski@chromium.org authored
* ensuring that "goog." and "google" are case-insensitive * adding "collapse_key" (case-sensitive) * fixing a typo in error messages in gcm_api.cc and tests: occured -> occurred. BUG=316683 Review URL: https://codereview.chromium.org/141433030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250868 0039d316-1c4b-4281-b951-d872f2087c98
-
tmdiep@chromium.org authored
Crashes are still occurring in WebstoreInstaller::StartDownload(), even after several attempts to fix them. Diagnosis: The installer holds a pointer to contents::NavigationController. This object is owned by contents::WebContents, which can be deleted before the StartDownload() callback is invoked. Fix: Store a pointer to contents::WebContents. Inherit from content::WebContentsObserver, which will clear the pointer when the WebContents are destroyed. BUG=165634 Review URL: https://codereview.chromium.org/138803012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250865 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250862 0039d316-1c4b-4281-b951-d872f2087c98
-
miletus@chromium.org authored
tough_scheduling_cases have several cases touch_handler_scrolling.html?* that use touch move handler to scroll the page. This CL adds the touch scroll latency collection for those cases. BUG=246034 TEST=smoothness test on touch_scheduling_cases.touch_handler_scrolling.html?* now show mean_touch_scroll_latency. Review URL: https://codereview.chromium.org/160683003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250861 0039d316-1c4b-4281-b951-d872f2087c98
-
torne@chromium.org authored
Just picks up one commit: r250757 torne Fix license description in README.chromium. BUG= Review URL: https://codereview.chromium.org/152583009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250860 0039d316-1c4b-4281-b951-d872f2087c98
-
mathp@chromium.org authored
BUG=342839 TEST=Manually tested with a User Policy file running on an Android build. Review URL: https://codereview.chromium.org/136003008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250859 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
- rename to test_object.h - put in content namespace - CamelCase for function names. minimal changes for now. BUG=342118 TEST=None R=jochen@chromium.org Review URL: https://codereview.chromium.org/151543005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250857 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
This changes depends on r166988, and that hasn't actually rolled yet :(. TBR=jamesr@chromium.org BUG=327471 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250856 0039d316-1c4b-4281-b951-d872f2087c98
-
asargent@chromium.org authored
If the install verification signature we have stored in our prefs is older than the install time of an extension, we don't want to immediately disable it. Instead, we want to do another server request to update our signature, and then disable if appropriate. BUG=342165 R=finnur@chromium.org Review URL: https://codereview.chromium.org/160313002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250855 0039d316-1c4b-4281-b951-d872f2087c98
-
- 12 Feb, 2014 2 commits
-
-
xhwang@chromium.org authored
BUG=340859 Review URL: https://codereview.chromium.org/150203014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250854 0039d316-1c4b-4281-b951-d872f2087c98
-
aurimas@chromium.org authored
BUG=326023 Review URL: https://codereview.chromium.org/160693002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250853 0039d316-1c4b-4281-b951-d872f2087c98
-