- Jun 09, 2010
-
-
noelallen@google.com authored
Review URL: http://codereview.chromium.org/2674003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49273 0039d316-1c4b-4281-b951-d872f2087c98
-
andreip@chromium.org authored
before passing the message to IndexedDBDispatcherHost for processing. This is a clone of http://codereview.chromium.org/2657007/show which was LGTM'ed by Jeremy Orlow. Review URL: http://codereview.chromium.org/2711004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49272 0039d316-1c4b-4281-b951-d872f2087c98
-
joth@chromium.org authored
It was pulling internal geolocation headers into resource_message_filter.cc BUG=none TEST=none Review URL: http://codereview.chromium.org/2742002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49271 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
keyboard. Because I don't want the menu to actually get focus I'm using SetHotTracked when traversing and AcceleratorPressed from enter/return. BUG=45734 TEST=none Review URL: http://codereview.chromium.org/2741004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49270 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
Add a command line switch to enable the pepper testing interface. This moves the other switch we were using in the plugins directory to the new file as well. TEST=covered by UI test BUG=none Review URL: http://codereview.chromium.org/2716002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49269 0039d316-1c4b-4281-b951-d872f2087c98
-
nkostylev@google.com authored
BUG=none TEST=All controls are disabled on "New User" screen with login is in progress Review URL: http://codereview.chromium.org/2774004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49268 0039d316-1c4b-4281-b951-d872f2087c98
-
andreip@chromium.org authored
This CL is a clone of http://codereview.chromium.org/2607001/show which was reviewd and LGTM'ed by Jeremy Orlow. Review URL: http://codereview.chromium.org/2740003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49267 0039d316-1c4b-4281-b951-d872f2087c98
-
stoyan@chromium.org authored
Allows binding on 0.0.0.0 to allow connections from a VM (for example). Simple GMock class and Actions. Review URL: http://codereview.chromium.org/2620006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49266 0039d316-1c4b-4281-b951-d872f2087c98
-
stoyan@chromium.org authored
TEST=chrome frame tests Review URL: http://codereview.chromium.org/2620001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49265 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
Review URL: http://codereview.chromium.org/2510001 TBR=chaitanyag@chromium.org Review URL: http://codereview.chromium.org/2770006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49264 0039d316-1c4b-4281-b951-d872f2087c98
-
nkostylev@google.com authored
BUG=N/A TEST=N/A Review URL: http://codereview.chromium.org/2771004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49263 0039d316-1c4b-4281-b951-d872f2087c98
-
shess@chromium.org authored
Changed drawing to use -drawInRect: rather than -drawAtPoint: so that the neverFlipped: flag can be passed. BUG=38943 TEST=Browser actions draw upright in both toolbar and overflow popup. Review URL: http://codereview.chromium.org/2685001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49262 0039d316-1c4b-4281-b951-d872f2087c98
-
nkostylev@google.com authored
Use it for "Can't access your account" link. BUG= http://crosbug.com/3179 TEST=Open "Can't access your account" link from "New User" view. Review URL: http://codereview.chromium.org/2675007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49261 0039d316-1c4b-4281-b951-d872f2087c98
-
chaitanyag@chromium.org authored
Review URL: http://codereview.chromium.org/2510001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49260 0039d316-1c4b-4281-b951-d872f2087c98
-
senorblanco@google.com authored
BUG=none TEST=none TBR=hamaji Review URL: http://codereview.chromium.org/2778004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49259 0039d316-1c4b-4281-b951-d872f2087c98
-
tim@chromium.org authored
(Needs http://codereview.chromium.org/2002012 to build). BUG=42695 TEST=manually visit about:sync Review URL: http://codereview.chromium.org/1987009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49258 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
BUG=chromium-os:2413 TEST=Verify fix for chromium-os:2413. Review URL: http://codereview.chromium.org/2779004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49257 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
- Add "pp_if", "pp_ifdef" support to xtb's <if> expr; - Use that to specify a wider width for options dialog for ChromeOS on it and da; BUG=none TEST=Verify options dialog tab headers are not truncaated on ChromeOS for it and da. Review URL: http://codereview.chromium.org/2655003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49256 0039d316-1c4b-4281-b951-d872f2087c98
-
jiesun@google.com authored
1. there are need to allocate buffer in this thread, requested by other threads. therefore it is natural to use message loop instead of infinite loop. 2. in the future, gpu command buffer consumer is running on it own thread and own the eglContext. we need to post buffer allocation there, therefore this change make player_x11 more resemble the real workflow in chrome. TEST= glVideoRender on host machine. glesVideoRender/x11VideoRender on arm netbook. BUGS=None Review URL: http://codereview.chromium.org/2724005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49255 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
BUG=chromium-os:1797 TEST=Verify fix for chromium-os:1791. Review URL: http://codereview.chromium.org/2659004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49254 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
for the merged menu so that I can update the zoom level in the menu appropriately. BUG=45734 TEST=none Review URL: http://codereview.chromium.org/2637006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49253 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
BUG=46161,46162,46163 TEST=CrOs Valgrind goes green. Review URL: http://codereview.chromium.org/2756005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49252 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
BUG=16089,19371 TEST=none Review URL: http://codereview.chromium.org/2786003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49251 0039d316-1c4b-4281-b951-d872f2087c98
-
thomasvl@chromium.org authored
BUG=38575 TEST=none Review URL: http://codereview.chromium.org/2756004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49250 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
BUG=46144 TBR=glider Review URL: http://codereview.chromium.org/2761003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49246 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
TBR=willchan BUG=26920 Review URL: http://codereview.chromium.org/2727004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49245 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49243 0039d316-1c4b-4281-b951-d872f2087c98
-
joth@chromium.org authored
Revert 48102 - this test is now failing again, apparently since r49188 landed. As it is not clear this test was enabled due to the functionality it test being required (indeed, the comment still states it is not), disabling it again to get the tree open. Original description from reverted change r48102: TTF: Re-enable the FileDescriptorWatcherOutlivesMessageLoop test as it now appears to be passing. BUG=none TEST=MessageLoopTest.FileDescriptorWatcherOutlivesMessageLoop Patch by Doug Muir <dmuir@google.com>. Review URL: http://codereview.chromium.org/2077014 TBR=jhawkins@chromium.org Review URL: http://codereview.chromium.org/2789002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49241 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
TEST=none BUG=none Review URL: http://codereview.chromium.org/2765002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49240 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
BUG=46138 TBR=timurrrr Review URL: http://codereview.chromium.org/2728003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49238 0039d316-1c4b-4281-b951-d872f2087c98
-
bauerb@chromium.org authored
For "Save page as..." we simply don't store the save location in incognito mode. For "Open File"... and file upload controls, it's a bit more complicated: because NSOpenPanel and NSSavePanel default to using the last chosen directory from NavigationServices (which we can't influence), we provide a preference value prefs::kLastChosenDirectory as fallback there, which is not persisted in incognito mode. BUG=45064 TEST=See bug for manual test. Review URL: http://codereview.chromium.org/2450004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49237 0039d316-1c4b-4281-b951-d872f2087c98
-
jshin@chromium.org authored
fonts available on CrOS are different from fonts on typical Linux disributions. BUG=cros:3815 (http://crosbug.com/3815) TEST=Go to a web page that only specifies CSS generic families (e.g. sans-serif,serif, monospace) and make sure that Ascender Sans, Ascender Serif are used. Review URL: http://codereview.chromium.org/2702001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49236 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
BUG=32413 TEST=trybots Review URL: http://codereview.chromium.org/2749005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49234 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
* When closing and opening the lid, chrome window is briefly visible because the computer is suspended before window is fully mapped and covers the screen. BUG=none TEST=manual: close and open the lid shoudl not expose the content of chrome window. Review URL: http://codereview.chromium.org/2762001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49233 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
This was causing ugly flicker when screen locker is shown. BUG=none TEST=none Review URL: http://codereview.chromium.org/2717002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49232 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
with other constants. BUG=none TEST=trybots Review URL: http://codereview.chromium.org/2770003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49231 0039d316-1c4b-4281-b951-d872f2087c98
-
fbarchard@chromium.org authored
BUG=43778 TEST=build/install latest ffmpeg from svn then build with export Review URL: http://codereview.chromium.org/2729003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49227 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
remove handling of the default profile, which is no longer a part of the feature. BUG=41645 TEST=none Review URL: http://codereview.chromium.org/2751001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49226 0039d316-1c4b-4281-b951-d872f2087c98
-
hamaji@chromium.org authored
The patch removed extra paddings inside buttons. http://trac.webkit.org/changeset/55714 BUG=1437 TEST=none Review URL: http://codereview.chromium.org/789003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49225 0039d316-1c4b-4281-b951-d872f2087c98
-
tony@chromium.org authored
the Makefile moved to the top of the webkit checkout. Review URL: http://codereview.chromium.org/2771003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49224 0039d316-1c4b-4281-b951-d872f2087c98
-