- 24 May, 2011 40 commits
-
-
thakis@chromium.org authored
http://code.google.com/p/skia/source/detail?r=1405 make SkIntToScalar more strict (it no longer allows double arguments), so the roll requires a minor code change. BUG=none TEST=none TBR=epoger Review URL: http://codereview.chromium.org/7067031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86489 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
Add NativeWidgetViews. This is a stub implementation that mostly just defers to its parent NativeWidget. http://crbug.com/83663 TEST=none Review URL: http://codereview.chromium.org/6990048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86488 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=71097 TEST=still builds Review URL: http://codereview.chromium.org/6966037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86487 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@google.com authored
main project. BUG=76996 TEST=none Review URL: http://codereview.chromium.org/7055016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86486 0039d316-1c4b-4281-b951-d872f2087c98
-
joi@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/7067035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86485 0039d316-1c4b-4281-b951-d872f2087c98
-
ahendrickson@chromium.org authored
BUG=83638 TEST=Valgrind does not detect the leak. Review URL: http://codereview.chromium.org/6990044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86484 0039d316-1c4b-4281-b951-d872f2087c98
-
apatrick@chromium.org authored
This doesn't do anything useful yet beyond allowing the renderer process to manage the lifetime of an offscreen GLSurface in the GPU process. More to come. Review URL: http://codereview.chromium.org/6992010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86482 0039d316-1c4b-4281-b951-d872f2087c98
-
dmaclach@chromium.org authored
BUG=NONE TEST=BUILD Review URL: http://codereview.chromium.org/7039047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86480 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
this code should go away soon but for now this is less broke. BUG=none TEST=when you add a new app, the nav dots at the bottom don't break horribly. Review URL: http://codereview.chromium.org/6990063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86479 0039d316-1c4b-4281-b951-d872f2087c98
-
dmaclach@chromium.org authored
This will help performance on our main thread, and will future proof us. BUG=NONE TEST=BUILD Review URL: http://codereview.chromium.org/6992033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86478 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
Splitting out this smaller CL from a larger one cleaning up our bookmark import logic. BUG=none TEST=none Review URL: http://codereview.chromium.org/7056033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86477 0039d316-1c4b-4281-b951-d872f2087c98
-
gfeher@chromium.org authored
-Add output nodes of translations into policy_templates.grd. -Copy translated string tables into the Mac bundle. -Work around the problem that the zip tool would get too long command-line arguments if all the translated templates were enumerated as arguments. -Fix importing of UTF-8 strings into the template generator BUG=61779 TEST=Check that there are translated adml, adm and html files in policy_templates.zip. Review URL: http://codereview.chromium.org/6969064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86476 0039d316-1c4b-4281-b951-d872f2087c98
-
stevet@chromium.org authored
BUG=83737 TEST=Start Chrome with profiles enabled and in opaque theme (non Aero). Maximize the frame and ensure that the profile tag lines up with the top of the frame like the window controls. Review URL: http://codereview.chromium.org/7066024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86475 0039d316-1c4b-4281-b951-d872f2087c98
-
dmaclach@chromium.org authored
BUG=NONE TEST=BUILD Review URL: http://codereview.chromium.org/7004036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86474 0039d316-1c4b-4281-b951-d872f2087c98
-
ahendrickson@chromium.org authored
BUG=79694 TEST=Download a torrent file from http://ca.isohunt.com. It should complete. Review URL: http://codereview.chromium.org/6881106 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86472 0039d316-1c4b-4281-b951-d872f2087c98
-
sunandt@google.com authored
BUG=83763 TEST=pdf.PDFTest.testPDFRunner Review URL: http://codereview.chromium.org/6992030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86471 0039d316-1c4b-4281-b951-d872f2087c98
-
dpapad@chromium.org authored
Silently rerendering the preview when the user changes the settings. BUG=82961, 83442, 83660 TEST=Load a multi-page doc in the print preview tab. Change the settings. The displayed doc shuld reflect the latest changes. Review URL: http://codereview.chromium.org/7051040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86470 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=76697 TEST=compiles Review URL: http://codereview.chromium.org/7049010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86469 0039d316-1c4b-4281-b951-d872f2087c98
-
gman@chromium.org authored
TEST=ran locally BUG=83382 Review URL: http://codereview.chromium.org/7066028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86468 0039d316-1c4b-4281-b951-d872f2087c98
-
agayev@chromium.org authored
BUG=None TEST=None Review URL: http://codereview.chromium.org/7063024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86467 0039d316-1c4b-4281-b951-d872f2087c98
-
jamescook@chromium.org authored
We were not cleaning up callbacks after the dialog closed, so it crashed with a stale "params" pointer (user data for the callback). BUG=chromium-os:15650 TEST=Right-click Save As an image. Right-click Save As the same image again. Verify Chrome does not crash. Review URL: http://codereview.chromium.org/7064037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86466 0039d316-1c4b-4281-b951-d872f2087c98
-
gavinp@chromium.org authored
This new link rel type is being used for the prerendering experiment instead of prefetch; this CL depends on webkit patch https://bugs.webkit.org/show_bug.cgi?id=61297 landing, but, together with that patch, chrome properly interprets and responds to link rel=prerender to launch prerendering. BUG=none TEST=PrerenderBrowserTest.* Review URL: http://codereview.chromium.org/6966016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86465 0039d316-1c4b-4281-b951-d872f2087c98
-
dyu@chromium.org authored
- autofill.AutofillTest.testFillProfileCrazyCharacters TEST=none BUG=83686 Review URL: http://codereview.chromium.org/7066012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86464 0039d316-1c4b-4281-b951-d872f2087c98
-
gfeher@chromium.org authored
Set the state of CloudPolicyController to STATE_UNMANAGED. Also, advertise the new state when login credentials are updated. BUG=chromium-os:14978 Review URL: http://codereview.chromium.org/6974013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86463 0039d316-1c4b-4281-b951-d872f2087c98
-
mpcomplete@chromium.org authored
BUG=no TEST=no Review URL: http://codereview.chromium.org/6990050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86461 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@google.com authored
BUG=chromium-os:13799 TEST=See issue Review URL: http://codereview.chromium.org/7031038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86459 0039d316-1c4b-4281-b951-d872f2087c98
-
dmichael@chromium.org authored
Create 0.5 versions of the instance interfaces that are the default only if PPAPI_INSTANCE_REMOVE_SCRIPTING is defined. This is so [hopefully] plugins can opt in to the new version and migrate to InstancePrivate/VarPrivate more easily. BUG=82606 TEST=PPAPI tests Review URL: http://codereview.chromium.org/7038044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86458 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
BUG=none TEST=views_examples work with touchui Review URL: http://codereview.chromium.org/6990060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86457 0039d316-1c4b-4281-b951-d872f2087c98
-
scr@chromium.org authored
BUG=83563 R=phajdan.jr@chromium.org TEST=browser_tests --gtest_filter=IPBTP/*.* // ensure that IPBTP/InProcessBrowserTestP.TestP/0 runs. Review URL: http://codereview.chromium.org/7060003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86456 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
irrelevant DCHECKs if you use a color with alpha. BUG=none TEST=none R=ben@chromium.org Review URL: http://codereview.chromium.org/7065013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86454 0039d316-1c4b-4281-b951-d872f2087c98
-
piman@google.com authored
BUG=chromium-os:15439, chromium-os:15353 TEST=grooveshark with Pepper Flash Review URL: http://codereview.chromium.org/7067014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86453 0039d316-1c4b-4281-b951-d872f2087c98
-
wtc@chromium.org authored
in net/url_request/url_request_context.h. Remove an unnecessary forward declaration of SSLConfigService. R=agl@chromium.org BUG=none TEST=no compilation errors Review URL: http://codereview.chromium.org/6990057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86452 0039d316-1c4b-4281-b951-d872f2087c98
-
wjmaclean@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/7064026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86451 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
* Move the cross-platform parts of InfoBar and InfoBarContainer to chrome/browser/tab_contents (but place them under a TOOLKIT_VIEWS #ifdef until other platforms are ported). * Plumb the "owning" TabContentsWrapper* through the infobar creation APIs. Ultimately the InfoBar will use this (when TabContents actually starts owning InfoBar*s), but for now it just stores it as an unused member. * A few random other small changes. BUG=62154 TEST=none Review URL: http://codereview.chromium.org/6989001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86450 0039d316-1c4b-4281-b951-d872f2087c98
-
apatrick@chromium.org authored
This should ensure that it gets the frame where FROM_HERE is used, rather than its caller. TEST=compiles BUG=81449 Review URL: http://codereview.chromium.org/7067004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86448 0039d316-1c4b-4281-b951-d872f2087c98
-
apatrick@chromium.org authored
Store information about invoked RunnableFunction on stack to aid debugging of canary channel crashes. TEST=compiles BUG=81449 Review URL: http://codereview.chromium.org/7066006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86447 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@google.com authored
1) When a bookmark has no title, use the truncated URL. 2) Force the rest of the icons to display in gnome. (We only forced it on recently closed tabs, not bookmarks or most visited). BUG=83646 TEST=Invariants 1 and 2 above are true on Natty. Review URL: http://codereview.chromium.org/6990049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86445 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/6992027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86443 0039d316-1c4b-4281-b951-d872f2087c98
-
reed@google.com authored
dereferencing null. http://code.google.com/p/chromium/issues/detail?id=79369 Review URL: http://codereview.chromium.org/7064024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86442 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
BUG=82175 TEST=none R=csilv@chromium.org,zea@chromium.org Review URL: http://codereview.chromium.org/7056021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86441 0039d316-1c4b-4281-b951-d872f2087c98
-