- 01 Dec, 2011 40 commits
-
-
nduca@chromium.org authored
TBR=piman@chromium.org Review URL: http://codereview.chromium.org/8769018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112539 0039d316-1c4b-4281-b951-d872f2087c98
-
nduca@chromium.org authored
BUG=98473 Review URL: http://codereview.chromium.org/8771001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112538 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
This is necessary for gcc 4.4.3, see the comments on http://codereview.chromium.org/8687014 BUG=94925 TEST=none TBR=willchan Review URL: http://codereview.chromium.org/8776012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112537 0039d316-1c4b-4281-b951-d872f2087c98
-
dennisjeffrey@chromium.org authored
A change to the Calendar UI requires a minor modification to this test. BUG=None TEST=None Review URL: http://codereview.chromium.org/8757013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112536 0039d316-1c4b-4281-b951-d872f2087c98
-
varunjain@chromium.org authored
http://codereview.chromium.org/8747022 BUG=97249 TEST=none Review URL: http://codereview.chromium.org/8769011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112535 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
R=groby BUG=none TEST=none Review URL: http://codereview.chromium.org/8743019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112534 0039d316-1c4b-4281-b951-d872f2087c98
-
serya@chromium.org authored
BUG=chromium-os:20156,chromium-os:22832 TEST=None Review URL: http://codereview.chromium.org/8720006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112533 0039d316-1c4b-4281-b951-d872f2087c98
-
jianli@chromium.org authored
Add methods to NativePanel. Also provide dummy implementation for all platforms. BUG=none TEST=no test due to no new functionity Review URL: http://codereview.chromium.org/8681025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112532 0039d316-1c4b-4281-b951-d872f2087c98
-
derat@chromium.org authored
BUG=none TEST=git status TBR=isherman@chromium.org Review URL: http://codereview.chromium.org/8772012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112530 0039d316-1c4b-4281-b951-d872f2087c98
-
jianli@chromium.org authored
This is needed to support ongoing overflow panel work. BUG=none TEST=none since overflow is not enabled yet Review URL: http://codereview.chromium.org/8762017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112529 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
Alt-L (print layer tree) Added name in RenderWidgetHostViewAura Made Window::SetName update the layer name. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=112232 Review URL: http://codereview.chromium.org/8585007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112528 0039d316-1c4b-4281-b951-d872f2087c98
-
mrossetti@chromium.org authored
Do not call FixupUserInput as it was prepending unexpected prefixes (such as file://) to the search string and bypassing valid results. Move the search string decomposition operation from the HQP into the IMUI. In the final substring filtering use whitespace delineated terms rather than words. Instead of bailing if we get a large results set (>500) filter it down to 500 by sorting by typed-count/visit-count/last-visit. This means it's no longer necessary to bypass the HQP if there is only one character in the search term so get rid of the ExpandedInMemoryURLIndexTest.ShortCircuit unit test. BUG=101301,103575 TEST=Added unit tests. Review URL: http://codereview.chromium.org/8526010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112527 0039d316-1c4b-4281-b951-d872f2087c98
-
tony@chromium.org authored
I had added a hack in http://codereview.chromium.org/196007 to mimic a behavior of how rc.exe replaces \n with a newline. Unfortunately, this didn't make it possible to have legitimate uses of \n in a string. Instead, remove all occurrences of \n in preparation of removing this hack. BUG=105985 Review URL: http://codereview.chromium.org/8757009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112526 0039d316-1c4b-4281-b951-d872f2087c98
-
csilv@chromium.org authored
BUG=105941 TEST=Verify NTP4 page continues to function properly. Review URL: http://codereview.chromium.org/8760003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112525 0039d316-1c4b-4281-b951-d872f2087c98
-
fischman@chromium.org authored
BUG=none TEST={content,media}_unittests,test_shell_tests,trybots Review URL: http://codereview.chromium.org/8764002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112523 0039d316-1c4b-4281-b951-d872f2087c98
-
mazda@chromium.org authored
I added these accelerators based on the following sources in the Chromium OS window_manager.git: - layout2/layout_manager2.cc - window_manager.cc BUG=97255 TEST=Manual Review URL: http://codereview.chromium.org/8689003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112522 0039d316-1c4b-4281-b951-d872f2087c98
-
aa@chromium.org authored
Be more careful when calling methods on chromeHidden. If chromeHidden didn't have the method before, it would stop the current stack because of an unhandled try/catch. BUG=100401 TEST=described in bug Review URL: http://codereview.chromium.org/8759018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112521 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@chromium.org authored
BUG=79722 TEST=compiles Review URL: http://codereview.chromium.org/8743021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112518 0039d316-1c4b-4281-b951-d872f2087c98
-
bryner@chromium.org authored
This was accidentally broken in http://codereview.chromium.org/8573018 . BUG=105970 TEST=none Review URL: http://codereview.chromium.org/8775018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112516 0039d316-1c4b-4281-b951-d872f2087c98
-
mnissler@chromium.org authored
BUG=None TEST=memory bot happiness Review URL: http://codereview.chromium.org/8775017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112515 0039d316-1c4b-4281-b951-d872f2087c98
-
saintlou@chromium.org authored
BUG=105046 TEST=none Review URL: http://codereview.chromium.org/8769010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112514 0039d316-1c4b-4281-b951-d872f2087c98
-
noelutz@google.com authored
The UI is currently only implemented on Windows. This CL will disable the enhanced protection for all non-Windows OSes by simply not sending any server request and always returning a SAFE verdict to API clients. BUG=102540 TEST=No visible change. Run all unit-tests for DownloadProtectionServiceTest. Review URL: http://codereview.chromium.org/8724014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112513 0039d316-1c4b-4281-b951-d872f2087c98
-
dmichael@chromium.org authored
I basically turned off everything that is turned on in the root DEPS file, and then selectively turned stuff on. I had to provide some macros to replace the use of base/compilerspecific.h and build/buildconfig.h. I'm not sure if we have a coherent understanding of private vs trusted yet, but my thinking is that trusted can do anything, but private can't use trusted (it sounds like we may start selectively exposing some private interfaces to installed apps). BUG=None TEST=None Review URL: http://codereview.chromium.org/8764004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112512 0039d316-1c4b-4281-b951-d872f2087c98
-
jamiewalch@chromium.org authored
BUG=105954 TEST=Manual Review URL: http://codereview.chromium.org/8758001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112511 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/8651005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112510 0039d316-1c4b-4281-b951-d872f2087c98
-
achuith@chromium.org authored
BUG=chromium-os:23472 TEST=Go to chrome://settings/internet, should not see import network settings option. Review URL: http://codereview.chromium.org/8764008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112509 0039d316-1c4b-4281-b951-d872f2087c98
-
mnissler@chromium.org authored
BUG=chromium-os:23124 TEST=Network configuration continues to work, options are locked down for policy-configured networks. Review URL: http://codereview.chromium.org/8726008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112508 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://settings/internetmnissler@chromium.org authored
BUG=chromium-os:23124 TEST=Network configuration continues to work, options are locked down for policy-configured networks. Review URL: http://codereview.chromium.org/8726007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112507 0039d316-1c4b-4281-b951-d872f2087c98
-
mazda@chromium.org authored
BUG=103986 TEST=Checked all the accelerator text shown in the menu equal to the ones on non-Aura Chrome OS. Review URL: http://codereview.chromium.org/8773003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112506 0039d316-1c4b-4281-b951-d872f2087c98
-
kmadhusu@chromium.org authored
BUG=85132 TEST=NONE Review URL: http://codereview.chromium.org/8760021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112505 0039d316-1c4b-4281-b951-d872f2087c98
-
sail@chromium.org authored
BUG=106010 TEST= Review URL: http://codereview.chromium.org/8770014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112504 0039d316-1c4b-4281-b951-d872f2087c98
-
piman@chromium.org authored
2 parts: - not all RenderWidgetHosts are RenderViewHosts - correctly set window/viewport size regardless of order of RenderWidgetFullscreenPepper::OnResize vs RenderWidgetFullscreenPepper::CreateContext BUG=101848 TEST=Pepper Flash on Youtube, go fullscreen Review URL: http://codereview.chromium.org/8758017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112503 0039d316-1c4b-4281-b951-d872f2087c98
-
varunjain@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/8764005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112502 0039d316-1c4b-4281-b951-d872f2087c98
-
kgr@chromium.org authored
BUG=103949 TEST=manual Review URL: http://codereview.chromium.org/8729042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112501 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Make TaskManager not use ChildProcessInfo. After this change, I will make BrowserChildProcessHost not derive from ChildProcessInfo, and just remove that struct completely. BUG=98716 Review URL: http://codereview.chromium.org/8764021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112500 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
The previous attempt read values from the valuator without properly checking if the valuator is set or not. This resulted in incorrect location at times (when X or Y didn't change). So this change makes sure the valuator is set correctly before reading from it. BUG=103981 TEST=manually (on desktop and device) Review URL: http://codereview.chromium.org/8634009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112499 0039d316-1c4b-4281-b951-d872f2087c98
-
robert.bradford@intel.com authored
New API used: gtk_widget_get_window - replaces direct access gtk_widget_get_allocation - added in 2.18 - replaces direct access gdk_window_get_width / gdk_window_get_height added in 2.24 - replaces deprecated gdk_window_get_size so is added to ui/base/gtk/gtk_compat.h With these changes the file can be compiled with sealed structures and deprecated API disabled with the exception of the deprecated function gdk_bitmap_create_from_data used in the cursor creation. That will come in a separate change. BUG=79722 TEST=Compiles and chrome runs Review URL: http://codereview.chromium.org/8635018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112498 0039d316-1c4b-4281-b951-d872f2087c98
-
erikwright@chromium.org authored
You are asked to review this as you have OWNERS for these files. BUG=None TEST=Compiles R=tim@chromium.org Review URL: http://codereview.chromium.org/8699011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112497 0039d316-1c4b-4281-b951-d872f2087c98
-
sail@chromium.org authored
TBR=cbentzel@chromium.org BUG=106010 TEST=none Review URL: http://codereview.chromium.org/8758019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112496 0039d316-1c4b-4281-b951-d872f2087c98
-
noelallen@google.com authored
Reapply of http://codereview.chromium.org/8632023/ CLs 8710002 and 8671004 should fix various build issues related to CrOS and other builders. Remove include of untrusted.gypi in normal ppapi gyp files to prevent WebKit from depending on NaCl. Refactor PPAPI gyp files to pull out source lists which are shared between trusted and untrusted targets. Fix scons hack which pulls list of sources from GYP so that we can build with scons. This CL should allow us to revert the DEPS change: http://trac.webkit.org/changeset/101011 on the webkit side Submitting tbr to avoid more build change collisions. TBR= bradnelson@chromium.org Please review the scons interaction with ppapi_sources.gypi Review URL: http://codereview.chromium.org/8727029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112495 0039d316-1c4b-4281-b951-d872f2087c98
-