- 10 Jun, 2011 2 commits
-
-
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 38 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
-
kkania@chromium.org authored
remotely. Also add a 'chrome.verbose' boolean startup option. Remove usage of VLOG(1) in chromedriver. We do not need as complicated logging as in Chrome. BUG=85241 TEST=none Review URL: http://codereview.chromium.org/7104085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88591 0039d316-1c4b-4281-b951-d872f2087c98
-
tsepez@chromium.org authored
insecure content. While I'm here, it would be a shame not to add cases covering the opposite situation, where the browser blocks everything. BUG=85475 TEST=browser_tests Review URL: http://codereview.chromium.org/7044091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88590 0039d316-1c4b-4281-b951-d872f2087c98
-
rhashimoto@chromium.org authored
This is part of the removal of GTK dependencies. BUG=chromium-os:13887,chromium-os:16173 TEST=none Review URL: http://codereview.chromium.org/6962012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88589 0039d316-1c4b-4281-b951-d872f2087c98
-
jennb@chromium.org authored
xib changes: Removed browser window minSize and minContentSize from xib file. Instead, set the min size programmatically in BrowserWindowController::awakeFromNib in order to customize the min size depending on the browser type. BUG=83985 TEST=BrowserWindowControllerTest.TestSetBounds and TestSetBoundsPopup Review URL: http://codereview.chromium.org/7003063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88588 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/7104095 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88587 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Move UtilityProcessHost to content and move the message sending/dispatching to the clients. This allows the content layer to use the class. BUG=76697 Review URL: http://codereview.chromium.org/6995095 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88586 0039d316-1c4b-4281-b951-d872f2087c98
-
rdsmith@chromium.org authored
BUG=None TEST=None Review URL: http://codereview.chromium.org/7112011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88585 0039d316-1c4b-4281-b951-d872f2087c98
-
http://codereview.chromium.org/7046057gman@chromium.org authored
that was reverted http://codereview.chromium.org/6995100/ TEST=unit tests BUG=85046 TBR=apatrick@chromium.org Review URL: http://codereview.chromium.org/6995114 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88584 0039d316-1c4b-4281-b951-d872f2087c98
-
mpcomplete@chromium.org authored
dispatch and handling. BUG=no TEST=should not change functionality Review URL: http://codereview.chromium.org/7024056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88583 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
the TabContents, not the TabContentsWrapper, which leaves the TabContentsWrapper (and its associated helper classes) with references to a deleted TabContents. BUG=85455 TEST=none R=thestig@chromium.org Review URL: http://codereview.chromium.org/7104074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88582 0039d316-1c4b-4281-b951-d872f2087c98
-
ericu@google.com authored
BUG=63239 TEST=n/a TBR=yzshen1@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88581 0039d316-1c4b-4281-b951-d872f2087c98
-
http://crbug.com/35318http://crbug.com/58449rdsmith@chromium.org authored
BUG=35318 BUG=58449 R=phajdan.jr@chromium.org TEST=None Review URL: http://codereview.chromium.org/6993031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88580 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88579 0039d316-1c4b-4281-b951-d872f2087c98
-
mball@google.com authored
BUG=None TEST=Trybots Review URL: http://codereview.chromium.org/7046079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88578 0039d316-1c4b-4281-b951-d872f2087c98
-
levin@chromium.org authored
Minor style and typo clean-ups. Also, a minor change to the test to close a page after it is done to clean up state associated with it. BUG=76162 TEST=SearchProviderTest.TestIsSearchProviderInstalledWithException Review URL: http://codereview.chromium.org/7115006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88577 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
Notable in this roll: hans' ?: warning now works for overloaded operators. BUG=none TEST=none Review URL: http://codereview.chromium.org/7129042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88576 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88575 0039d316-1c4b-4281-b951-d872f2087c98
-
evan@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88574 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88573 0039d316-1c4b-4281-b951-d872f2087c98
-