- 10 Jun, 2011 40 commits
-
-
timurrrr@chromium.org authored
TBR=bruening BUG=DrMemory i#454, i#455 Review URL: http://codereview.chromium.org/7003120 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88670 0039d316-1c4b-4281-b951-d872f2087c98
-
kmadhusu@chromium.org authored
Initial set of changes to enable the print button while the preview data is loading. This CL does not handle any print preview errors. BUG=84127 TEST=Press Ctrl+p on a webpage. Observe the print button state in the preview tab. Review URL: http://codereview.chromium.org/7056070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88669 0039d316-1c4b-4281-b951-d872f2087c98
-
mirandac@chromium.org authored
Get URLRequestContext from the profile attached to the automation provider, not the default. Use System request context if no profile context available. BUG=64339 TEST=automation provider tests continue to work correctly. Review URL: http://codereview.chromium.org/7134020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88668 0039d316-1c4b-4281-b951-d872f2087c98
-
kevers@chromium.org authored
TEST=Compile Chrome for Chrome OS. Load the setings/internet page, and check the vertical alignemnt of the section titles. Review URL: http://codereview.chromium.org/7044084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88667 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
curious to see if this impacts the crashes we're getting when trying to create a tooltip. BUG=82193 TEST=none R=ben@chromium.org Review URL: http://codereview.chromium.org/7129046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88666 0039d316-1c4b-4281-b951-d872f2087c98
-
bryeung@chromium.org authored
This is not a final value, but should be fast enough to never be annoying when using it. BUG=none TEST=manually Review URL: http://codereview.chromium.org/7003097 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88665 0039d316-1c4b-4281-b951-d872f2087c98
-
kevers@chromium.org authored
Fixes the vertical alignment of titles on the settings/system page for Chrome OS. Fixed the positioning of slider labels for RTL languages. TEST=Launch Chrome built for Chrome OS. Switch to the settings/system page. Inspect the vertical alignment of titles. Relaunch in Arabic. Check the positioning of the slider labels. Review URL: http://codereview.chromium.org/7108040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88663 0039d316-1c4b-4281-b951-d872f2087c98
-
kevers@chromium.org authored
BUG=80200 TEST=Go to 'chrome://settings/browser'. The input field for 'Add a new page' should be editable only if the 'On startup' option is set to 'Open the following pages'. Review URL: http://codereview.chromium.org/7094006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88662 0039d316-1c4b-4281-b951-d872f2087c98
-
mirandac@chromium.org authored
BUG=64339 TEST=rlz tests work correctly. Review URL: http://codereview.chromium.org/7044068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88659 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
The continuous archive's index file appears to be incomplete/problematic for some platforms and revision ranges, so go back to just using directory lists via the CDS API. This also cleans up the code by using a PathContext object rather than a slew of global variables to format/create the various URLs. BUG=85498 TEST=See bug. Review URL: http://codereview.chromium.org/6995117 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88658 0039d316-1c4b-4281-b951-d872f2087c98
-
nkostylev@chromium.org authored
* Based on the layout done by UX designers * Dropped div elements for EULA content since it should be a separate file (might be reconsidered later), using iframes instead. * Extracted select CSS to common resources. BUG=chromium-os:15632 TEST=Manual, navigated to chrome://oobe. Review URL: http://codereview.chromium.org/7058048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88657 0039d316-1c4b-4281-b951-d872f2087c98
-
eugenis@google.com authored
These reports have not been seen on the bots, but they are very common with NaCl browser_tests. They also happen with cross_fuzz a lot. Review URL: http://codereview.chromium.org/7046085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88656 0039d316-1c4b-4281-b951-d872f2087c98
-
cbentzel@chromium.org authored
BUG=None TEST=None Review URL: http://codereview.chromium.org/7003112 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88655 0039d316-1c4b-4281-b951-d872f2087c98
-
cbentzel@chromium.org authored
Add PrerenderUnload browser test to ensure that unload handlers are run on the navigated-away from page. This test fails if the bug fix for 85350 is not in, and succeeds with it in. BUG=85350,82856 TEST=browser_tests --gtest_filter=*PrerenderUnload Review URL: http://codereview.chromium.org/7046053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88654 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
This is the first step towards removing --test-terminate-timeout completely. In this CL --test-terminate-timeout becomes a synonym for --ui-test-action-max-timeout. This makes it possible to switch callers to --ui-test-action-max-timeout and remove --test-terminate-timeout. Removing number of different kinds of timeouts makes it easier to pick one. BUG=none Review URL: http://codereview.chromium.org/7111035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88653 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://extensionschrome://bookmarksfinnur@chromium.org authored
This regressed with r81258 (http://codereview.chromium.org/6672065/). BUG=79296 TEST=Open chrome://extensions and note the right favicon (puzzle piece, not the globe). Review URL: http://codereview.chromium.org/7046049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88652 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88649 0039d316-1c4b-4281-b951-d872f2087c98
-
mkwst@chromium.org authored
The only functional change is to drop the `profile_` property from the CannedBrowsingDataFileSystemHelper, which just stored it without ever touching it. I don't like keeping pointers around if I don't need them, so I'm dropping it here. BUG=None TEST=Read the code. Can you understand it? Review URL: http://codereview.chromium.org/7104026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88647 0039d316-1c4b-4281-b951-d872f2087c98
-
yusukes@google.com authored
BUG=chromium-os:14731 TEST=try Review URL: http://codereview.chromium.org/7044044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88646 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88645 0039d316-1c4b-4281-b951-d872f2087c98
-
koz@chromium.org authored
TBR=dglazkov git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88644 0039d316-1c4b-4281-b951-d872f2087c98
-
dpolukhin@chromium.org authored
BUG=chromium-os:16288 TEST=ExtensionApiTest.CustomizationPrivateTest Review URL: http://codereview.chromium.org/6995105 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88643 0039d316-1c4b-4281-b951-d872f2087c98
-
cevans@chromium.org authored
http://www.oracle.com/technetwork/topics/security/javacpujune2011-313339.html BUG=85678 Review URL: http://codereview.chromium.org/7046039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88642 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
Print Preview: Set color correctly if there is no printers; Make some optional PDF plugin feature checks required. BUG=none TEST=On a computer with no printers, Print to PDF defaults to color. Review URL: http://codereview.chromium.org/7003107 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88641 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
This is going to be used for fixing crosbug.com/13374, by adding a display area for preedits on a candidate window. This patch is just for updating libcros in Chromium to version 150: http://gerrit.chromium.org/gerrit/2288 BUG=chromium-os:13374 TEST=boot ChromeOS and verify it runs safely. Review URL: http://codereview.chromium.org/7108022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88640 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=28145 TEST=as in bug Review URL: http://codereview.chromium.org/7108024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88639 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=78973 TEST=as in bug. Review URL: http://codereview.chromium.org/7129048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88638 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88637 0039d316-1c4b-4281-b951-d872f2087c98
-
koz@chromium.org authored
TBR=dglazkov git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88636 0039d316-1c4b-4281-b951-d872f2087c98
-
dpapad@chromium.org authored
Retrying http://codereview.chromium.org/7003089/, adding new string to google_chrome_strings.grd also. BUG=See linked CR. TEST=See lined CR. Review URL: http://codereview.chromium.org/7041009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88635 0039d316-1c4b-4281-b951-d872f2087c98
-
hbono@chromium.org authored
This change just enables the Spellcheck API implemented in <http://webkit.org/b/59693> on Chromium by default to fix WebKit Bug 62296 <http://webkit.org/b/62296>. BUG=http://webkit.org/b/62296 TEST=editing/spelling/spellcheck-api.html Review URL: http://codereview.chromium.org/7071003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88634 0039d316-1c4b-4281-b951-d872f2087c98
-
scunningham@chromium.org authored
BUG=none TEST=run chromeos_battery.py. Review URL: http://codereview.chromium.org/6990069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88633 0039d316-1c4b-4281-b951-d872f2087c98
-
shinyak@google.com authored
BUG=84698 TEST=Open a window and press Ctrl+Shift+w. Review URL: http://codereview.chromium.org/7108017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88632 0039d316-1c4b-4281-b951-d872f2087c98
-
fischman@chromium.org authored
- Added support for decoding multiple NALUs per Decode() call. Found & filed bug to nvidia (http://code.google.com/p/chrome-os-partner/issues/detail?id=4378) - Added support for running multiple decoders in parallel. - Added support for tracking decoding frames-per-second & asserting reasonable performance. FPS numbers from a random run, for flavor: - Single decoder swapping to display yields ~54fps - Three decoders swapping to display yield ~18-19fps each - Single decoder *not* swapping to display yields 195-220fps in different chunking configurations. BUG=none TEST=run the test Review URL: http://codereview.chromium.org/7046031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88631 0039d316-1c4b-4281-b951-d872f2087c98
-
fischman@chromium.org authored
BUG=85427,85441 TEST=./ninja/ui_tests --gtest_filter=*PPAPITest.Buffer Review URL: http://codereview.chromium.org/7108051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88630 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88629 0039d316-1c4b-4281-b951-d872f2087c98
-
vandebo@chromium.org authored
BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/7129052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88626 0039d316-1c4b-4281-b951-d872f2087c98
-
mpcomplete@chromium.org authored
BUG=85641 TEST=no Review URL: http://codereview.chromium.org/7046082 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88625 0039d316-1c4b-4281-b951-d872f2087c98
-
rdsmith@chromium.org authored
BUG=58449 TBR=jhawkins Review URL: http://codereview.chromium.org/7134062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88624 0039d316-1c4b-4281-b951-d872f2087c98
-
ericu@google.com authored
BUG=69719 TEST=n/a TBR=pfeldman git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88622 0039d316-1c4b-4281-b951-d872f2087c98
-