- 19 May, 2012 39 commits
-
-
oshima@chromium.org authored
normal 1x -> default_100_percent normal 2x -> default_200_percent touch 1x -> touch_100_percent touch_2x -> touch_200_percent I didn't move aura wall papers and a few resources used by webui and oak.png that are used for debugging. They'll be handled separately. TBR=sky@chromium.org BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10332254 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138022 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
executed script when the action box is enabled. This is platform independent but will only work on GTK until cocoa and views have been updated to use the ActionBoxController interface. BUG=127988 Review URL: https://chromiumcodereview.appspot.com/10332235 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138021 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
BUG=128704 TEST=None Review URL: https://chromiumcodereview.appspot.com/10409025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138020 0039d316-1c4b-4281-b951-d872f2087c98
-
mmenke@chromium.org authored
have URL_REQUEST_BLOCKED_ON_DELEGATE events right after creation. R=eroman@chromium.org BUG=117931 Review URL: https://chromiumcodereview.appspot.com/10392169 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138019 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@google.com authored
no need to do that, and it makes debugging easier to have the value. BUG=127931 TEST=none Review URL: https://chromiumcodereview.appspot.com/10388202 TBR=rvargas@google.com Review URL: https://chromiumcodereview.appspot.com/10383256 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138018 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
BUG=128724 TEST=none TBR=steveblock Review URL: https://chromiumcodereview.appspot.com/10411040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138017 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@google.com authored
no need to do that, and it makes debugging easier to have the value. BUG=127931 TEST=none Review URL: https://chromiumcodereview.appspot.com/10388202 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138014 0039d316-1c4b-4281-b951-d872f2087c98
-
gavinp@chromium.org authored
Due to the way the prerender API was staged, it landed in Chrome before it was implemented in WebKit. This patch enables the browsertests that depend on that API. BUG=84236 Review URL: https://chromiumcodereview.appspot.com/10257003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138013 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
These templates have explicit instantiations in point.cc, point_f.cc, size.cc, size_f.cc, rect.cc, rect_f.cc. This suggests that the intent was to have these instantiations in a single translation unit. Without an explicit instantiation declaration, they would still be weakly emitted to all translation units that use point.h (etc). Add an explicit instantiation declaration to stop this from happening. Thanks to Rafael Espindola for help with this patch. BUG=90078 TEST=do a components debug build on mac. observe fewer linker errors. Normal builds get a bit faster too. Review URL: https://chromiumcodereview.appspot.com/10386220 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138012 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@google.com authored
The only thing we need in the short term is CPU_REQUIRED, and that part is implemented for all platforms (as far as it makes sense). The other options are implemented for Windows, but given that currently there's no user, I expect the implementation for other platforms to be written when there's an actual need for it. BUG=126591 TEST=none Original review: https://chromiumcodereview.appspot.com/10406012/ TBR=brettw Review URL: https://chromiumcodereview.appspot.com/10389227 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138011 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
TBR=kgr@chromium.org BUG=127732 TEST=none Review URL: https://chromiumcodereview.appspot.com/10407051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138009 0039d316-1c4b-4281-b951-d872f2087c98
-
jschuh@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10389210 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138008 0039d316-1c4b-4281-b951-d872f2087c98
-
bbudge@chromium.org authored
Add audio source files needed for PPB_Audio to build, and #ifdef out host side code. Flesh out the SyncSocket and CancelableSyncSocket stubs a bit more to compile and link. BUG=116317 TEST=compiles Review URL: https://chromiumcodereview.appspot.com/10412014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138007 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
The device may not always report the radii values for a touch event. In such cases, instead of making up a default value, always use 0 so that it is easy to determine if the radius is the real radius reported by the device or not. Also, at the same time, make sure that the radius value sent to webkit follows the spec. Also fix the radii adjustment for device-scale-factor. BUG=128553 TEST=manually with test-pages Review URL: https://chromiumcodereview.appspot.com/10383249 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138006 0039d316-1c4b-4281-b951-d872f2087c98
-
wtc@chromium.org authored
value is v1(0). R=mattm@chromium.org BUG=110132 TEST=unit_tests --gtest_filter=X509CertificateModelTest.GetVersionOmitted Review URL: https://chromiumcodereview.appspot.com/10391197 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138005 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
BUG=128477 TEST=manually Review URL: https://chromiumcodereview.appspot.com/10388195 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138004 0039d316-1c4b-4281-b951-d872f2087c98
-
khorimoto@chromium.org authored
BUG=113337 TEST= Review URL: https://chromiumcodereview.appspot.com/10382073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138003 0039d316-1c4b-4281-b951-d872f2087c98
-
asvitkine@chromium.org authored
BUG=none TEST=CHECK(BrowserList::empty()); never fires after QuitBrowsers(). Review URL: https://chromiumcodereview.appspot.com/10408030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138002 0039d316-1c4b-4281-b951-d872f2087c98
-
jshin@chromium.org authored
Patch by behdad@chromium.org. Will add a webkit layout test for Arabic alignment as soon as we find a font that can be included in Webkit LayoutTests. BUG=105685 TEST= http://www.bbcarabic.com should be rendered the same way as is done by Firefox on Linux. Paragraphs should be right justified and should not overlap with photos or other elements next to them. See the screenshots attached in the bug report. TBR=bashik Review URL: https://chromiumcodereview.appspot.com/10382212 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138001 0039d316-1c4b-4281-b951-d872f2087c98
-
skuhne@chromium.org authored
BUG=126061, 126060, 123167 TEST=Unit test Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=137968 Review URL: https://chromiumcodereview.appspot.com/10383108 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138000 0039d316-1c4b-4281-b951-d872f2087c98
-
zelidrag@chromium.org authored
BUG=128429 TEST=make sure WiMAX connection details show up properly in chrome:settings TBR=csilv Review URL: https://chromiumcodereview.appspot.com/10411034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137997 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
At browser exit, wait for pending print jobs before starting shutdown. This is to avoid a nested message loop running other tasks that depend on objects which have already been destructed. Also, instead of waiting 2 minutes for a job, wait _up to_ 2 minutes. BUG=128824 Review URL: https://chromiumcodereview.appspot.com/10383254 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137996 0039d316-1c4b-4281-b951-d872f2087c98
-
zelidrag@chromium.org authored
BUG=none TEST=make sure status tray pops up while we are signed in without crashing TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10383255 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137995 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
this is just a refactor with some minor visual fixes. I will follow this up with an additional CL that brings the page into pixel-perfect alignment with the mock. 1. don't use tables for layout 2. don't copy-paste CSS all over the place 3. delete a bunch of CSS that had no effect or purpose 4. don't flicker when switching between current screenshot and saved screenshot (chromeos) BUG=125621 TEST=manual (on chromeos) Review URL: https://chromiumcodereview.appspot.com/10382142 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137994 0039d316-1c4b-4281-b951-d872f2087c98
-
davemoore@chromium.org authored
BUG=119965 TEST=BrowserLauncherItemControllerTest.FlashWindow Review URL: https://chromiumcodereview.appspot.com/10392173 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137993 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
- SetText should move the cursor to the end of new tex. - OmniboxView::GetSelectionBounds should return the cursor position when there is no selection - Undo when ctrl-shift-z is pressed BUG=121558 TEST=OmniboxVitewTest::UndoRedo/BackspaceDeleteHalfWidthKatakana are enabled. Review URL: https://chromiumcodereview.appspot.com/10412009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137992 0039d316-1c4b-4281-b951-d872f2087c98
-
vclarke@chromium.org authored
Test had been disabled then enabled on CONTINUOUS, but left disabled on Mac. Passes on mac bots. BUG=79263,82629 TEST=none NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10392171 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137991 0039d316-1c4b-4281-b951-d872f2087c98
-
petermayo@chromium.org authored
BUG=128770 TEST=local positive, negative, and no argument. Review URL: https://chromiumcodereview.appspot.com/10409035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137990 0039d316-1c4b-4281-b951-d872f2087c98
-
shess@chromium.org authored
Original CL http://codereview.chromium.org/7891025 , http://crrev.com/101034 The hypothesis discussed in that CL seems proven out, as the shutdown-hang crashes mostly moved from sqlite3_close() into sqlite3_95527(). BUG=95527 TEST=Monitor crash in bug, see if it changes. Review URL: https://chromiumcodereview.appspot.com/9845034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137989 0039d316-1c4b-4281-b951-d872f2087c98
-
posciak@chromium.org authored
VAVDA is the hardware video decode accelerator for Chrome on Linux and ChromeOS for Intel CPUs (Sandy Bridge and newer). This CL enables VAVDA acceleration for ChromeOS, both for HTML5 video and Flash. The feature is currently hidden behind a command line flag and can be enabled by adding the --enable-vaapi parameter to command line. BUG=117062 TEST=Manual runs of test streams. Change-Id: I386e16739e2ef2230f52a0a434971b33d8654699 Review URL: https://chromiumcodereview.appspot.com/9814001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137988 0039d316-1c4b-4281-b951-d872f2087c98
-
munjal@chromium.org authored
ODR violations. Review URL: https://chromiumcodereview.appspot.com/10389220 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137987 0039d316-1c4b-4281-b951-d872f2087c98
-
rsleevi@chromium.org authored
This is unnecessary as of r131649 BUG=none TEST=net_unittests R=agl Review URL: https://chromiumcodereview.appspot.com/10392166 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137986 0039d316-1c4b-4281-b951-d872f2087c98
-
michaeln@google.com authored
Fix a DomStorageEvent bug with reporting the wrong connection_id to renderers and avoid sending session storage events across process boundaries. BUG=128482 Review URL: https://chromiumcodereview.appspot.com/10391196 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137985 0039d316-1c4b-4281-b951-d872f2087c98
-
kgr@chromium.org authored
BUG=127732 TEST=browser_tests --gtest_filter="CertificateViewerUITest*.*" Review URL: https://chromiumcodereview.appspot.com/10382145 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137984 0039d316-1c4b-4281-b951-d872f2087c98
-
vangelis@chromium.org authored
max untiled layer size. BUG=128740 Review URL: https://chromiumcodereview.appspot.com/10386213 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137983 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@chromium.org authored
BUG=125106 TEST=none Review URL: https://chromiumcodereview.appspot.com/10389217 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137982 0039d316-1c4b-4281-b951-d872f2087c98
-
fsamuel@chromium.org authored
Browser Plugin: PpapiCommandBufferProxy should see a lost context if the embedder has deleted the PluginInstance In cross-process navigation we swap out PluginInstances and delete the swapped out instance. PpapiCommandBufferProxy is sitting in WebGraphicsContext3DCommandBufferImpl, and is unaware of the destruction. It attempts to talk to the embedder to flush over and over again and hangs the guest renderer. With this change, the renderer's compositor will realize that the context is lost, and will drop it. BUG=none TEST=manually. Review URL: https://chromiumcodereview.appspot.com/10387182 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137981 0039d316-1c4b-4281-b951-d872f2087c98
-
jennyz@google.com authored
Add left/right launcher layout support for uber tray. The status area and uber tray bubble will adjust for left/right launcher layout. BUG=127577 TEST=Status area and uber tray bubble UI looks right for left/right launcher layout. Review URL: https://chromiumcodereview.appspot.com/10384217 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137980 0039d316-1c4b-4281-b951-d872f2087c98
-
mazda@chromium.org authored
This is a preliminary work for moving web dialog stuffs to ui/web_dialogs. BUG=125841 TEST=rowser_tests --gtest_filter="CertificateViewerUITest*.*" passes Review URL: https://chromiumcodereview.appspot.com/10332231 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137979 0039d316-1c4b-4281-b951-d872f2087c98
-
- 18 May, 2012 1 commit
-
-
zelidrag@chromium.org authored
Revert 137937 - Reverted 136345 - Ran into GAIA dosserver issues in prod for http://accounts.google.com. We are going back to http://www.google.com/accounts/... for all API calls. BUG=127147 TEST=all serivices dependent on GAIA auth should still work (sync, login, policy, drive...) Review URL: https://chromiumcodereview.appspot.com/10411025 TBR=zelidrag@chromium.org Review URL: https://chromiumcodereview.appspot.com/10413016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137978 0039d316-1c4b-4281-b951-d872f2087c98
-