- 10 Jun, 2011 21 commits
-
-
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
-
evan@chromium.org authored
If you run with -v 1 you'll see these extra warnings. BUG=85603 Review URL: http://codereview.chromium.org/7129053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88621 0039d316-1c4b-4281-b951-d872f2087c98
-
ericu@google.com authored
BUG=30367 TEST=n/a TBR=mirandac@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88620 0039d316-1c4b-4281-b951-d872f2087c98
-
atwilson@chromium.org authored
BUG=84918 TEST=Run sync integration tests. Review URL: http://codereview.chromium.org/7041008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88619 0039d316-1c4b-4281-b951-d872f2087c98
-
msw@chromium.org authored
Move GetCursorBounds to NativeTextfieldViews. Some minor refactoring. BUG=72040 TEST=--use-pure-views textfield cursor showing drop location. Review URL: http://codereview.chromium.org/6982055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88618 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/7003102 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88617 0039d316-1c4b-4281-b951-d872f2087c98
-
vangelis@chromium.org authored
NOTE: Temporarily disabling accelerated 2d canvas by default Turns on the gpu accelerated canvas by default BUG=82017 TEST=none Review URL: http://codereview.chromium.org/7064032 TBR=junov@chromium.org Review URL: http://codereview.chromium.org/6995124 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88616 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
BUG=none TEST=Visit a page in another language (to get the translate infobar), then kill Flash to also get a crashed plugin infobar. Tell the page to translate and ensure the infobars don't switch places. Review URL: http://codereview.chromium.org/7046080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88615 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
Sending too many touch move events too quickly can overwhelm the renderer. So wait for an ACK from the renderer before sending out an event to maintain the renderer at just the right amount of whelm. The renderer already does the right thing, so it doesn't need to be updated. BUG=none TEST=none Review URL: http://codereview.chromium.org/7044096 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88614 0039d316-1c4b-4281-b951-d872f2087c98
-
ericu@google.com authored
BUG=85383 TEST=Launch print preview without having the plugin. A new error message should be displayed, including a button offering to launch the native print dialog. Review URL: http://codereview.chromium.org/7003089 TBR=dpapad@chromium.org Review URL: http://codereview.chromium.org/7108054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88613 0039d316-1c4b-4281-b951-d872f2087c98
-
- 09 Jun, 2011 19 commits
-
-
atwilson@chromium.org authored
TBR=ericu git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88612 0039d316-1c4b-4281-b951-d872f2087c98
-
dpapad@chromium.org authored
BUG=85383 TEST=Launch print preview without having the plugin. A new error message should be displayed, including a button offering to launch the native print dialog. Review URL: http://codereview.chromium.org/7003089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88611 0039d316-1c4b-4281-b951-d872f2087c98
-
atwilson@chromium.org authored
The sync code now relies on the underlying history code to keep typed/visit_count up-to-date. This requires us to sync across the transition type for each visit. Since we want to set the transition type appropriately for every visit, this CL also changes AddPagesWithDetails() to no longer automatically create a visit with the last_visit timestamp if the VisitSource is SYNCED. For convenience, it still creates a visit for the other sources (browser history import). BUG=84258 TEST=run sync integration/unit tests, run typed url test cases. Review URL: http://codereview.chromium.org/7104088 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88610 0039d316-1c4b-4281-b951-d872f2087c98
-
ericu@google.com authored
BUG=84854 TEST=n/a TBR=sanjeevr@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88609 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=72040 TEST=views_unittests --gtest_filter=ViewTest.RemoveAllChildViews R=sky@chromium.org Review URL: http://codereview.chromium.org/7104096 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88608 0039d316-1c4b-4281-b951-d872f2087c98
-
mpcomplete@chromium.org authored
BUG=85641 TEST=no Review URL: http://codereview.chromium.org/7108052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88607 0039d316-1c4b-4281-b951-d872f2087c98
-
penghuang@chromium.org authored
Known issue: Because we use javascript to show/hide candidates and re-size the virtual keyboard container, so it is difficult to make them happen at same time. When we hide the candidates and shrink the keyboard container, you may see two steps: 1. Candidates are hidden and keyboard jumps up. 2. The container is shrank. Solution: We plan to make virtual keyboard as a toplevel window instead of a child view. It will overlay the browser. And we will make candidates always visible in html and use SetBounds (0, -height_of_candidates, w, h) to hide it. BUG=None TEST=Manually Review URL: http://codereview.chromium.org/7058046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88605 0039d316-1c4b-4281-b951-d872f2087c98
-
dtseng@chromium.org authored
BUG=none TEST=manually on Mac. Review URL: http://codereview.chromium.org/7003099 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88604 0039d316-1c4b-4281-b951-d872f2087c98
-
cdn@chromium.org authored
This will allow us to make tests that audit for extra handles and permissions being added to sandboxed processes. BUG=85212 Review URL: http://codereview.chromium.org/7054080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88602 0039d316-1c4b-4281-b951-d872f2087c98
-
anantha@chromium.org authored
flash.FlashTest.testDisableFlashPlugin is failing only on Linux64 bit bot. Venkat is fixing it. Bug#85632 Review URL: http://codereview.chromium.org/7109039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88601 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
Add code to calculate the dominant color for a favicon. Currently we calculate the dominant/representative color only for those favicons we need it for (i.e. the ones shown on the NTP). We don't do any caching either in memory or in the favicon db but that can be tacked on later if deemed suitable. Code in color_analysis.* authored by dtrainor BUG=none TEST=trybots Review URL: http://codereview.chromium.org/7031078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88600 0039d316-1c4b-4281-b951-d872f2087c98
-
rhashimoto@chromium.org authored
This CL is part of removing GTK dependencies. BUG=chromium-os:13887 TEST=none Review URL: http://codereview.chromium.org/7057058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88599 0039d316-1c4b-4281-b951-d872f2087c98
-
nkostylev@chromium.org authored
BUG=None TEST=None. Review URL: http://codereview.chromium.org/7119004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88598 0039d316-1c4b-4281-b951-d872f2087c98
-
noelutz@google.com authored
BUG= TEST= Review URL: http://codereview.chromium.org/6995092 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88597 0039d316-1c4b-4281-b951-d872f2087c98
-
mattm@chromium.org authored
BUG=81746 TEST=open chrome://settings/certificates Review URL: http://codereview.chromium.org/7104079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88596 0039d316-1c4b-4281-b951-d872f2087c98
-
rkc@chromium.org authored
Revert 88545 - Revert 88470 (broke ServiceProcessStateTest.ForceShutdown on CrOS) - Fix for system version unit tests in cros. Unit test the revert was to fix is still failing after the revert. Also confirmed that the failing test has nothing to do with this CL. BUG=chromium-os:15789 TEST=Ran try servers to make sure the unit test is not failing anymore, plus viewed all the screens and took screenshots. Screen shots of all effected screens are attached to the cros bug TBR=rkc@chromium.org TBR=rkc@chromium.org Review URL: http://codereview.chromium.org/7044086 TBR=thakis@chromium.org Review URL: http://codereview.chromium.org/7044097 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88595 0039d316-1c4b-4281-b951-d872f2087c98
-
rhashimoto@chromium.org authored
This is part of the GTK dependency removal. BUG=chromium-os:13887 TEST=none Review URL: http://codereview.chromium.org/7077033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88594 0039d316-1c4b-4281-b951-d872f2087c98
-
anantha@chromium.org authored
Disabled a bunch of ntp, translate, prefs, cookies and themes tests. Logged bugs and assigned owners to investigate. bug#s: 85601, 85600, 85598, 85597, 85596 Review URL: http://codereview.chromium.org/7134056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88593 0039d316-1c4b-4281-b951-d872f2087c98
-
lambroslambrou@chromium.org authored
BUG=None TEST=Unit-tests still pass Review URL: http://codereview.chromium.org/7089015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88592 0039d316-1c4b-4281-b951-d872f2087c98
-