- 26 Aug, 2011 40 commits
-
-
lambroslambrou@google.com authored
BUG=87632 TEST=File archived in Official Linux build Review URL: http://codereview.chromium.org/7762003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98476 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
TooltipWidgetGtk is a gtk based helper class that replaces a widget's default tooltip with a RGBA friendly version. It's not closely coupled with views and ui/base/gtk seems to be a better home for it. This move gets rid of RenderWidgetHostViewGtk's dependency on views. BUG=none. TEST=Expect no change. ChromeOS's tooltip should still have rounded corners. Review URL: http://codereview.chromium.org/7753038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98475 0039d316-1c4b-4281-b951-d872f2087c98
-
rdsmith@chromium.org authored
and added a few more checks for 85408. BUG=85408 Review URL: http://codereview.chromium.org/7749013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98474 0039d316-1c4b-4281-b951-d872f2087c98
-
varunjain@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/7740024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98473 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@google.com authored
Clicking keyboard (and any popup like menu) was activating the widget, which hides VirtualKeyboard as it was stealing focus from browser window. This also moves the code that handles window activation to WindowManaer. Removed desktop_window_root_view.cc|h as it's no longer necesssary. BUG=none TEST=VirtualKeyboard on views desktop should work. Review URL: http://codereview.chromium.org/7740039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98472 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
TBR=sky@chromium.org BUG=none TEST=manually Review URL: http://codereview.chromium.org/7768003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98471 0039d316-1c4b-4281-b951-d872f2087c98
-
zea@chromium.org authored
BUG=59672 TEST=none Review URL: http://codereview.chromium.org/7753019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98470 0039d316-1c4b-4281-b951-d872f2087c98
-
aa@chromium.org authored
BUG= TEST= Review URL: http://codereview.chromium.org/7727004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98469 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/7764001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98468 0039d316-1c4b-4281-b951-d872f2087c98
-
backer@chromium.org authored
BUG=none TEST=Verified basic functionality using views_examples. Review URL: http://codereview.chromium.org/7669028 Patch from Daniel Nicoara <dnicoara@chromium.org>. TBR=backer@chromium.org,dnicoara@chromium.org Review URL: http://codereview.chromium.org/7767002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98467 0039d316-1c4b-4281-b951-d872f2087c98
-
michaeln@google.com authored
* Remove a DCHECK about an empty database name that should not be there. * Properly update the cached copy of the database_description. * unit tests for the above BUG=91651 Review URL: http://codereview.chromium.org/7748025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98466 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
Review URL: http://codereview.chromium.org/7740052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98465 0039d316-1c4b-4281-b951-d872f2087c98
-
sehr@google.com authored
Committing for pdox@google.com. BUG=none TEST=trybots Review URL: http://codereview.chromium.org/7744034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98461 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
Add dynamic_annotations dependency on compositor to fix a crash on linux desktop touchui component build. TBR=backer@chromium.org BUG=none TEST=manually Review URL: http://codereview.chromium.org/7744059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98460 0039d316-1c4b-4281-b951-d872f2087c98
-
zmo@google.com authored
BUG=94250 TEST=tree green, accelerated 2d canvas on software path in linux. Review URL: http://codereview.chromium.org/7745025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98459 0039d316-1c4b-4281-b951-d872f2087c98
-
creis@chromium.org authored
This allows pages to use a meta-refresh when trying to fork a new renderer process for a cross-site popup. Also migrate some stale/flaky UI tests to browser tests. BUG=93517 BUG=32799 TEST=Use a meta-refresh instead of assigning to w.document.location in http://www.google.com/chrome/intl/en/webmasters-faq.html#newtab Review URL: http://codereview.chromium.org/7740028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98457 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
BUG=None TEST=Chromoting host works. Review URL: http://codereview.chromium.org/7744058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98455 0039d316-1c4b-4281-b951-d872f2087c98
-
backer@chromium.org authored
We've got two texture transport paths that cover a wide range of hardware/driver configurations, so it's time to turn this on by default for TOUCH_UI. BUG=none TEST=run with --show-fps-counter on www.google.com to verify that simple pages use WebKit compositor Review URL: http://codereview.chromium.org/7748040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98454 0039d316-1c4b-4281-b951-d872f2087c98
-
backer@chromium.org authored
This CL depends on: * http://codereview.chromium.org/7457023 * http://codereview.chromium.org/7467007 * http://codereview.chromium.org/7473010 Wayland requires newer libraries than Ubuntu currently provides. I've created a list of required dependencies: https://sites.google.com/a/google.com/chrome_on_wayland/home/wayland-build-dependencies BUG= TEST=Built Chrome to verify that Wayland dependencies and changes don't interfere with the usual build. Review URL: http://codereview.chromium.org/7464027 Patch from Daniel Nicoara <dnicoara@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98453 0039d316-1c4b-4281-b951-d872f2087c98
-
jennb@chromium.org authored
Common code from browser_window_cocoa separated into cocoa/browser_window_utils. Panel.xib changed to make the NSWindow for the PanelWindowControllerCocoa a ChromeEventProcessingWindow. BUG=None TEST=Manual testing with Panels and keyboard shortcuts to find/next/previous/close window/quit chrome. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=98112 (Reverted by http://codereview.chromium.org/7747011/) Review URL: http://codereview.chromium.org/7719016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98452 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
will do a patch after this so that it can be cleanly merged over. TBR since it's just a revert. BUG=91396 TEST=none R=ben@chromium.org TBR=ben@chromium.org Review URL: http://codereview.chromium.org/7745049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98451 0039d316-1c4b-4281-b951-d872f2087c98
-
kmadhusu@chromium.org authored
+ Added PrintPreviewUITest.AdvancedPrintCommandEnabled BUG=93819 TEST=Open a tab. Press ctrl+shift+p to start native print workflow. Review URL: http://codereview.chromium.org/7721001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98450 0039d316-1c4b-4281-b951-d872f2087c98
-
tony@chromium.org authored
Chrome frame has dialogs in generated_resources.grd that are not included in the pak files. They should continue to use the locale dlls. BUG=94362 Review URL: http://codereview.chromium.org/7760002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98449 0039d316-1c4b-4281-b951-d872f2087c98
-
nkostylev@chromium.org authored
Now that StatusArea creation is deferred till page is loaded have to save visibility state that is changed via WebUILoginDisplayHost. BUG=chromium-os:19587 TEST=Manual. Review URL: http://codereview.chromium.org/7748041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98448 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98447 0039d316-1c4b-4281-b951-d872f2087c98
-
reed@google.com authored
Review URL: http://codereview.chromium.org/7745045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98446 0039d316-1c4b-4281-b951-d872f2087c98
-
tturchetto@google.com authored
BUG= TEST=this is a test Review URL: http://codereview.chromium.org/7748032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98444 0039d316-1c4b-4281-b951-d872f2087c98
-
sievers@chromium.org authored
and destruction on a thread other than the one where the original reference was created. The problem with the current implementation is modifying the flag pointer from WeakPtr::~WeakPtr which might happen on a different thread (potentially racing with somebody invalidating the flag on the original thread). For compatibility reasons, creating the initial reference attaches to the thread and governs the thread-safety checking logic with respect to checking a reference to be valid and invalidating it, which should both only be done on the same thread. BUG=82509 TEST=added unit tests Added memleak suppression: http://crbug.com/94345 TBR=timurrrr@chromium.org Review URL: http://codereview.chromium.org/7677028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98443 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
Instead of IDS_BOOMARK it should be IDS_BOOKMARK, notice the missing 'K'. BUG=None TEST=None R=sky@chromium.org Review URL: http://codereview.chromium.org/7744055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98442 0039d316-1c4b-4281-b951-d872f2087c98
-
backer@chromium.org authored
We can't rely on having a compositor for set-up and tear-down of cross process texture transport. This CL creates a shared offscreen context appropriate for that. It further separates TextureGL objects from CompositorGL objects. In particular - I've plumbed through the size of the surface backing the Compositor to the Texture - I've allows the TextureGL to release it's GL resources using the shared context It's necessary to make the vendor of the offscreen context a LeakySingletonTrait singleton so that we don't race with destruction of GL bindings on process shutdown. BUG=fixes dereferencing NULL pointers in RWHVVTouch when images come from GPU process TEST=3D CSS on TOUCH_UI, views_desktop on Windows Review URL: http://codereview.chromium.org/7552039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98441 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
TBR=bruening BUG=http://code.google.com/p/drmemory/issues/detail?id=567, 466 Review URL: http://codereview.chromium.org/7758005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98440 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=76788, 64339, 92361, 92363, 92366 TEST=none yet Review URL: http://codereview.chromium.org/7745048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98439 0039d316-1c4b-4281-b951-d872f2087c98
-
mmoss@chromium.org authored
TEST=Fix Mac official build staging step. Review URL: http://codereview.chromium.org/7753039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98437 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98436 0039d316-1c4b-4281-b951-d872f2087c98
-
jshin@chromium.org authored
The former is blocked until we have translation back for them. For ChromeOS R14, we'll not have them ready. The former is blocked until we have fonts for them to use on CrOS. This change will be reverted once two issues above are resolved. See http://codereview.chromium.org/7725002/ for the ICU part that removed the CrOS-specific ICU data file. BUG=chromium-os:19465 TEST=The UI language list does not include the above 5 languages on CrOS. Review URL: http://codereview.chromium.org/7726003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98435 0039d316-1c4b-4281-b951-d872f2087c98
-
backer@chromium.org authored
BUG=none TEST=Verified basic functionality using views_examples. Review URL: http://codereview.chromium.org/7669028 Patch from Daniel Nicoara <dnicoara@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98434 0039d316-1c4b-4281-b951-d872f2087c98
-
leandrogracia@chromium.org authored
Hiding the Speech Input bubble when clicking Microphone Settings for consistency with other platforms. BUG=80730 TEST=none Review URL: http://codereview.chromium.org/7741043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98433 0039d316-1c4b-4281-b951-d872f2087c98
-
michaelbai@google.com authored
BUG= TEST= Review URL: http://codereview.chromium.org/7701014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98432 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Review URL: http://codereview.chromium.org/7753021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98431 0039d316-1c4b-4281-b951-d872f2087c98
-
mkwst@chromium.org authored
Opens up the `BrowsingDataRemover::Remove()` functionality to extensions: initial implementation, so it's sitting behind the experimental flag to work out kinks in the API/code. BUG=83530,54853 TEST=browser_tests Review URL: http://codereview.chromium.org/7551008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98429 0039d316-1c4b-4281-b951-d872f2087c98
-