- 24 May, 2011 40 commits
-
-
shess@chromium.org authored
Thirdy-party print drivers seem to be a source of NSExceptions which Chromium will never be able to fix. ScopedNSExceptionEnabler causes the code which makes throwing an NSException fatal to allow throws. The flag will be reset in -reportException: in most cases. For now, allow exceptions to be thrown for -selectPDE: (bug 80686) and PrintingContextMac::AskUserForSettings() (bug 82589). BUG=80686, 82589 TEST=Monitor crash server. Review URL: http://codereview.chromium.org/7038010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86503 0039d316-1c4b-4281-b951-d872f2087c98
-
dpapad@chromium.org authored
This is done in preparation for multi-tab selection in Linux (http://codereview.chromium.org/6933037/). There was a TODO for that in tab_strip_model_observer.h:75 BUG=NONE TEST=Tab behavior should be unaffected on all platforms Review URL: http://codereview.chromium.org/7043020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86502 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@google.com authored
BUG=77576 TEST=On a confirm infobar with multiple buttons, all buttons are the same width. Review URL: http://codereview.chromium.org/7066031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86500 0039d316-1c4b-4281-b951-d872f2087c98
-
jianli@chromium.org authored
BUG=none TEST=panel_browser_view_browsertest Review URL: http://codereview.chromium.org/7055001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86499 0039d316-1c4b-4281-b951-d872f2087c98
-
adamk@chromium.org authored
TBR=ukai@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86498 0039d316-1c4b-4281-b951-d872f2087c98
-
sfeuz@chromium.org authored
BUG=83431 Review URL: http://codereview.chromium.org/7054022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86497 0039d316-1c4b-4281-b951-d872f2087c98
-
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 TBR=thakis@chromium.org Review URL: http://codereview.chromium.org/7065040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86495 0039d316-1c4b-4281-b951-d872f2087c98
-
mirandac@chromium.org authored
BUG=83766 TEST=forthcoming Review URL: http://codereview.chromium.org/7067033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86494 0039d316-1c4b-4281-b951-d872f2087c98
-
nirnimesh@google.com authored
PyAuto login automation is broken such that it crashes the browser in cases where the ownership is not taken and you don't wait long enough for chrome to startup, login dialog to show, etc. It takes time for chrome to sink these in. For this reason pyauto tests on autotest lab machines were failing (the autotest lab machines begin with a clean stateful partition, and then we trigger a session_manager restart after creating enable_chromium_minidumps file) This CL fixes the launcher. The Login() automation still needs to be fixed to be resilient to the login dialog to show up. BUG=15582 TEST=pyauto test fire up on chromeos autotest lab machines Review URL: http://codereview.chromium.org/7065016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86493 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@google.com authored
export net::HttpNetworkLayer BUG=76997 TEST=NONE Review URL: http://codereview.chromium.org/6992032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86492 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
- UpgradeDetector::CheckForUpgrade uses ChromeOS update libary status for ChromeOS upgrade check; - Remove ChromeOS specific code from ToolbarView since it could solely use UpgradeDetector now; - Remove notification from update library since UpgradeDetector will do this; - Update WrenchMenuModel to solely talk to UpgradeDetector; BUG=chromium-os:15272 TEST=Verify fix for chromium-os:15272 and run regression tests for ChromeOS update. Review URL: http://codereview.chromium.org/6966025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86491 0039d316-1c4b-4281-b951-d872f2087c98
-
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
-