- 12 Aug, 2011 40 commits
-
-
prasadt@chromium.org authored
The CL also adds a simple framework for writing platform independent tests. TEST=PanelBrowserTest.DragPanels BUG=73936 modified: chrome/browser/ui/panels/native_panel.h modified: chrome/browser/ui/panels/panel_browser_view.cc modified: chrome/browser/ui/panels/panel_browser_view.h modified: chrome/browser/ui/panels/panel_browser_view_browsertest.cc modified: chrome/browser/ui/panels/panel_browser_window_cocoa.h modified: chrome/browser/ui/panels/panel_browser_window_cocoa.mm modified: chrome/browser/ui/panels/panel_browser_window_gtk.cc modified: chrome/browser/ui/panels/panel_browser_window_gtk.h modified: chrome/browser/ui/panels/panel_browsertest.cc Review URL: http://codereview.chromium.org/7605009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96571 0039d316-1c4b-4281-b951-d872f2087c98
-
tony@chromium.org authored
Caught by clang chromiumos bot. TBR=thakis Review URL: http://codereview.chromium.org/7635021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96570 0039d316-1c4b-4281-b951-d872f2087c98
-
ycxiao@chromium.org authored
Moving from http://codereview.chromium.org/7355025/ BUG=XXXX TEST=BrowsingDataCookieHelperTest TBR=rdsmith Review URL: http://codereview.chromium.org/7601018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96569 0039d316-1c4b-4281-b951-d872f2087c98
-
tony@chromium.org authored
Windows. BUG=30743 TEST= Review URL: http://codereview.chromium.org/7549005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96568 0039d316-1c4b-4281-b951-d872f2087c98
-
kmadhusu@chromium.org authored
On page selection, regenerate the complete document with the selection, but preserve the existing draft pages and simply display a subset of them. 1. Added a new param |clear all preview data| to |PrintHostMsg_DidGetPreviewPageCount|. 2. Removed |requested_preview_page_index| from |PrintMsg_ContinuePreview| Review URL: http://codereview.chromium.org/7544018 Original Commit: http://src.chromium.org/viewvc/chrome?view=rev&revision=96406 Revert Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=96414 BUG=84383 TEST=print preview works after code changes. Review URL: http://codereview.chromium.org/7628019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96567 0039d316-1c4b-4281-b951-d872f2087c98
-
jschuh@chromium.org authored
I did this in the other sandboxed processes, but missed the renderer because these susbsystems get warmed up implicitly by other initialization. However, changing initialization order (or dependency changes in the underlying libraries) could introduce random crashes. So, for consistency explicit warmup is best, and will be needed for a later patch that closes the LPC ports. BUG=None TEST=None Review URL: http://codereview.chromium.org/7629015 TBR=jschuh@chromium.org Review URL: http://codereview.chromium.org/7637014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96566 0039d316-1c4b-4281-b951-d872f2087c98
-
jschuh@chromium.org authored
I did this in the other sandboxed processes, but missed the renderer because these susbsystems get warmed up implicitly by other initialization. However, changing initialization order (or dependency changes in the underlying libraries) could introduce random crashes. So, for consistency explicit warmup is best, and will be needed for a later patch that closes the LPC ports. BUG=None TEST=None Review URL: http://codereview.chromium.org/7629015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96565 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
BUG=92121 TEST=browser_tests --gtest_filter=FormStructureBrowserTest.DataDrivenHeuristics01 Review URL: http://codereview.chromium.org/7639010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96563 0039d316-1c4b-4281-b951-d872f2087c98
-
kkania@chromium.org authored
tests. BUG=none TEST=none TBR=hnguyen Review URL: http://codereview.chromium.org/7640017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96562 0039d316-1c4b-4281-b951-d872f2087c98
-
jond@google.com authored
Fixes to some of the C documentation in the IDL. Review URL: http://codereview.chromium.org/7308010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96561 0039d316-1c4b-4281-b951-d872f2087c98
-
darin@chromium.org authored
Review URL: http://codereview.chromium.org/7529043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96560 0039d316-1c4b-4281-b951-d872f2087c98
-
jschuh@chromium.org authored
BUG=91413 TEST=None. Review URL: http://codereview.chromium.org/7552014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96558 0039d316-1c4b-4281-b951-d872f2087c98
-
backer@chromium.org authored
When the keyboard was hidden, the chrome would be temporarily hidden while the ui was layed out. This patch gets rid of this. The problem was that the texture bounds is delayed some delay after the layer bounds are set. This would make the math fail inside drawInternal BUG= TEST= Review URL: http://codereview.chromium.org/7461152 Patch from Peter Kotwicz <pkotwicz@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96557 0039d316-1c4b-4281-b951-d872f2087c98
-
kkania@chromium.org authored
BUG=49379 TEST=none Review URL: http://codereview.chromium.org/7523060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96556 0039d316-1c4b-4281-b951-d872f2087c98
-
backer@chromium.org authored
According to 3.8.2 of the spec, we need to CLAMP_TO_EDGE and use either NEAREST or LINEAR. Otherwise, the fragment shader is supposed to draw black when texture mapping. BUG=none TEST=run TOUCH_UI build on compliant OpenGL ES driver --> screen should display Review URL: http://codereview.chromium.org/7637011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96555 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=76788 TEST=no change visible Review URL: http://codereview.chromium.org/7622012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96554 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96553 0039d316-1c4b-4281-b951-d872f2087c98
-
andreip@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/7629013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96552 0039d316-1c4b-4281-b951-d872f2087c98
-
senorblanco@chromium.org authored
Mark the SkBitmap used for video uploads as volatile. This tells Ganesh (Skia) not to create and destroy a GL texture on each upload of a new frame. Review URL: http://codereview.chromium.org/7620011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96551 0039d316-1c4b-4281-b951-d872f2087c98
-
mirandac@chromium.org authored
Ensure that incognito profiles are correctly destroyed when all incognito windows belonging to a given profile have been closed. BUG=92437 TEST=see bug Review URL: http://codereview.chromium.org/7622005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96549 0039d316-1c4b-4281-b951-d872f2087c98
-
markusheintz@chromium.org authored
BUG=63190 TEST=host_content_settings_map_unittest.cc, content_settings_policy_provider_unittest.cc desktop_notification_service_unittest.cc Review URL: http://codereview.chromium.org/7623006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96548 0039d316-1c4b-4281-b951-d872f2087c98
-
avayvod@chromium.org authored
R=altimofeev@chromium.org BUG=chromium-os:14419 TEST=Hover with the mouse over the buttons and verify that correct and localized tooltips are shown. Review URL: http://codereview.chromium.org/7639016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96547 0039d316-1c4b-4281-b951-d872f2087c98
-
mirandac@chromium.org authored
Fix call to GetDefaultBrowser in print cloud because we are no longer guaranteed to have a Default profile in multi-profile land. BUG=83792 TEST=PrintCloud works fine in Mac OS with no open windows. Review URL: http://codereview.chromium.org/7616011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96546 0039d316-1c4b-4281-b951-d872f2087c98
-
grt@chromium.org authored
BUG=92635 TBR=georgey@chromium.org Review URL: http://codereview.chromium.org/7640015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96545 0039d316-1c4b-4281-b951-d872f2087c98
-
rickcam@chromium.org authored
BUG=92329 TEST=manual Review URL: http://codereview.chromium.org/7497069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96544 0039d316-1c4b-4281-b951-d872f2087c98
-
hclam@chromium.org authored
Now that libvpx is building on ARM remoting should use it on all platforms. BUG=47285 TEST=chromoting runs on ARM Review URL: http://codereview.chromium.org/7623020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96543 0039d316-1c4b-4281-b951-d872f2087c98
-
finnur@chromium.org authored
BUG=88067 TEST=None, notifications should work as before. Review URL: http://codereview.chromium.org/7623010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96542 0039d316-1c4b-4281-b951-d872f2087c98
-
dubroy@chromium.org authored
The new tab page has several hard-coded apps and app promotions that may not be appropriate/desired for enterprise users (e.g. Angry Birds). This policy allows administrators to disable the promos. BUG=92155 TEST=Added new unit test. Review URL: http://codereview.chromium.org/7528024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96541 0039d316-1c4b-4281-b951-d872f2087c98
-
mirandac@chromium.org authored
Change ProfileManager::GetCurrentProfile to ProfileManager::GetInitialProfile as well. BUG=none TEST=no change in profile behavior Review URL: http://codereview.chromium.org/7619008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96540 0039d316-1c4b-4281-b951-d872f2087c98
-
grt@chromium.org authored
BUG=89679,90796 TBR=georgey@chromium.org Review URL: http://codereview.chromium.org/7635015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96539 0039d316-1c4b-4281-b951-d872f2087c98
-
polina@google.com authored
TBR=brettw (LGTM'ed under http://codereview.chromium.org/7616014/) BUG=none TEST=n/a Review URL: http://codereview.chromium.org/7634005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96536 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96535 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=92630 TEST=none TBR=jhawkins Review URL: http://codereview.chromium.org/7634021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96532 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
Revert part of http://codereview.chromium.org/7314020/. It turns out that these preferences are stored in local state rather than the user state, and the ability to bind a checkbox to a preference currently only works for user preferences. Local state preferences needs to be done manually. BUG=92448 TEST=none Review URL: http://codereview.chromium.org/7633012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96529 0039d316-1c4b-4281-b951-d872f2087c98
-
sail@chromium.org authored
If the user is signed into sync then we now show the profile avatar next to their user name in the sync promo. We only show the profile avatar icon if the user has created multiple profiles (this matches the behavior of the avatar button in the browser window). This change also adds hooks to show the profile menu if the user clicks their user name. Currently this doesn't do anything. I'll change it to show the profile menu once the profile menu CL lands. BUG=91009 TEST= Review URL: http://codereview.chromium.org/7610008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96527 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
BUG=chromium-os:18701,chromium-os:18994 TEST=Verify fix for chromium-os:18701 and chromium-os:18994. Review URL: http://codereview.chromium.org/7639004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96525 0039d316-1c4b-4281-b951-d872f2087c98
-
aa@chromium.org authored
BUG= TEST= Review URL: http://codereview.chromium.org/7640005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96524 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96523 0039d316-1c4b-4281-b951-d872f2087c98
-
mihaip@chromium.org authored
R=jam@chromium.org Review URL: http://codereview.chromium.org/7635006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96522 0039d316-1c4b-4281-b951-d872f2087c98
-
abarth@chromium.org authored
TBR= BUG= TEST= Review URL: http://codereview.chromium.org/7628015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96521 0039d316-1c4b-4281-b951-d872f2087c98
-