summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Publish DEPS for Chromium 17.0.935.017.0.935.0gitdeps2014-04-042-443/+283
|
* base::Bind: Easy cleanups in chrome/browser/printing.jhawkins@chromium.org2011-11-1011-142/+148
| | | | | | | | | | | BUG=none TEST=none R=csilv@chromium.org Review URL: http://codereview.chromium.org/8404024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109381 0039d316-1c4b-4281-b951-d872f2087c98
* Tiny cleanup in FileSystemOperationkinuko@chromium.org2011-11-102-65/+28
| | | | | | | | | BUG=none TEST=existing tests should pass Review URL: http://codereview.chromium.org/8507003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109380 0039d316-1c4b-4281-b951-d872f2087c98
* Fix crash in UMA-reporting aspect ratio when video height is zero.fischman@chromium.org2011-11-103-6/+24
| | | | | | | | | | | | | Also fixed a DCHECK that gets triggered in the same case (audio renderer is destroyed without ever having been created, so DCHECK_NE(stream_id_, 0) was failing). BUG=103552 TEST=failing video stops crashing renderer Review URL: http://codereview.chromium.org/8510017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109379 0039d316-1c4b-4281-b951-d872f2087c98
* -Wexit-time-destructors for remoting.thakis@chromium.org2011-11-104-12/+29
| | | | | | | | | | | Also remove 1 exit time destructor and 2 static initializers. BUG=101600,94925 TEST=none Review URL: http://codereview.chromium.org/8509026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109376 0039d316-1c4b-4281-b951-d872f2087c98
* Misc changes to about:tracking2.eroman@chromium.org2011-11-102-107/+90
| | | | | | | | | | | - Remove the '?' link which explained search syntax. - Simplified the search syntax to just be substrings (no longer supports arbitrary javascript expressions) - Fixed the filter functionality to properly match numeric substrings (before it was matching the underlying decimal value so numeric matches could be weird; now it matches the same text as is being displayed). - No longer displays PID numbers using comma separators. - Removed the href=# from the "Edit columns" link as this was changing the page's location and causing issues with refresh. Review URL: http://codereview.chromium.org/8511033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109375 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-11-101-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109373 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 99737:99774.ojan@chromium.org2011-11-101-1/+1
| | | | | | | | | | TBR=yutak@chromium.org BUG=none TEST=none Review URL: http://codereview.chromium.org/8505042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109372 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 109357 - Support tracking of IPC messages as tasks in profilerjar@chromium.org2011-11-101-36/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was previously landed as 108752, but reverted in 109004 by Joi to try to stop flaky failures in ASAN bot when running browser_tests.. The failures included: IncognitoSplitMode TwoExtensionsCrashBothAtOnce TwoExtensionsOneByOne AutoUpdate CognitoNoFile IncognitoNoFile OnChangedNotificationsBetweenBackgroundPages SplitModeIncognito I'm now landing 1 hook at a time back into the build, to see which one(s) tickle flakiness. The other hooks are commented out, so that I can try several alternatives and figure out what is tickling the problem. The restructuring of the code was already landed, and did not *appear* to induce the failures. Hence it is likely that one of the IPC hooks is the problem. If I need to, I'll TBR various owners, since I've already gotten permission for this landing. r=rtenneti Review URL: http://codereview.chromium.org/8499039 TBR=jar@chromium.org Review URL: http://codereview.chromium.org/8506037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109371 0039d316-1c4b-4281-b951-d872f2087c98
* All temporary files created by downloads.py should be deletednirnimesh@chromium.org2011-11-101-0/+1
| | | | | | | | | | | | | This is so that the bot does not run out of disk space BUG=None TEST=None R=rdsmith@chromium.org Review URL: http://codereview.chromium.org/8510035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109370 0039d316-1c4b-4281-b951-d872f2087c98
* add "did it run on GPU" check to frame_rate_tests.cc using AutomationProxy ↵jbates@chromium.org2011-11-102-53/+95
| | | | | | | | | | tracing feature BUG=95714 Review URL: http://codereview.chromium.org/7982007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109368 0039d316-1c4b-4281-b951-d872f2087c98
* Move code in src/remoting to the new callbacks.sergeyu@chromium.org2011-11-1058-357/+254
| | | | | | | | | BUG=None TEST=Remoting still works. Review URL: http://codereview.chromium.org/8493020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109367 0039d316-1c4b-4281-b951-d872f2087c98
* Create CHROMEOS_VM_PUBLIC suite in pyauto.frankf@google.com2011-11-101-0/+11
| | | | | | | | | | | BUG=chromium-os:19759 TEST=run_remote_test on local x86-generic VM Change-Id: I7a1bf4061b51d134c892dca79b463621b71eb949 Review URL: http://codereview.chromium.org/8508042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109366 0039d316-1c4b-4281-b951-d872f2087c98
* Clicking on infobar to install Adobe Reader should open download page in a ↵tfarina@chromium.org2011-11-101-1/+1
| | | | | | | | | | | | new tab. BUG=77953 TEST=see bug R=pkasting@chromium.org Review URL: http://codereview.chromium.org/8510033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109365 0039d316-1c4b-4281-b951-d872f2087c98
* Disabling FileSystemExtensionApiTest.FileBrowserTest again.tbarzic@chromium.org2011-11-101-1/+1
| | | | | | | | | | | TEST=None BUG=None TBR=zelidrag@chromium.org Review URL: http://codereview.chromium.org/8507039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109364 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup: Remove unneeded forward declarations in content/browser.thestig@chromium.org2011-11-1050-176/+56
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/8499042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109363 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 109213 - Take script URLs into account when applying script content ↵cmp@chromium.org2011-11-1015-227/+65
| | | | | | | | | | | | | | | | | | | | | | | | | settings. <cmp> We suspect this CL caused a performance regression on chromium.perf. Reverting to see if this is the source of the regression. Transmit script content settings to the renderer. Use the script URL as the secondary URL for the content setting rules. BUG=90840 TEST=ChromeRenderViewTest.ContentSettings(Allow|Block)Scripts Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=109005 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=109036 Review URL: http://codereview.chromium.org/8409006 TBR=marja@chromium.org Review URL: http://codereview.chromium.org/8510040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109362 0039d316-1c4b-4281-b951-d872f2087c98
* Change about:tracking2 to about:profilerjar@chromium.org2011-11-102-2/+2
| | | | | | | | | Also change Death thread to Exec thread. r=eroman Review URL: http://codereview.chromium.org/8507018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109361 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 109228 - ContentSettingsObserver (+ related classes) cleanup.cmp@chromium.org2011-11-1020-84/+404
| | | | | | | | | | | | | | | | | | | <cmp> This CL needs to be reverted before we revert 109213, which we speculate caused some performance regressions. Per-page content settings and default content settings are no longer needed, since the renderer stores the content setting rules for images and scripts. BUG=102662 TEST=NONE Review URL: http://codereview.chromium.org/8498007 TBR=marja@chromium.org Review URL: http://codereview.chromium.org/8497062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109360 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor the pnacl coordinator to load resources all at once, then loadsehr@google.com2011-11-106-385/+362
| | | | | | | | | | | the pexe. This will allow separating these tasks more cleanly, and also makes the translation of individual pexes/psos more cleanly separated from the common portions. BUG= http://code.google.com/p/nativeclient/issues/detail?id=2409 TEST= run_pnacl_example_browser_test Review URL: http://codereview.chromium.org/8490018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109359 0039d316-1c4b-4281-b951-d872f2087c98
* Add jvoung@google.com as an owner of the native_client subtree.sehr@google.com2011-11-101-0/+1
| | | | | | Review URL: http://codereview.chromium.org/8507030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109358 0039d316-1c4b-4281-b951-d872f2087c98
* Support tracking of IPC messages as tasks in profilerjar@chromium.org2011-11-101-26/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was previously landed as 108752, but reverted in 109004 by Joi to try to stop flaky failures in ASAN bot when running browser_tests.. The failures included: IncognitoSplitMode TwoExtensionsCrashBothAtOnce TwoExtensionsOneByOne AutoUpdate CognitoNoFile IncognitoNoFile OnChangedNotificationsBetweenBackgroundPages SplitModeIncognito I'm now landing 1 hook at a time back into the build, to see which one(s) tickle flakiness. The other hooks are commented out, so that I can try several alternatives and figure out what is tickling the problem. The restructuring of the code was already landed, and did not *appear* to induce the failures. Hence it is likely that one of the IPC hooks is the problem. If I need to, I'll TBR various owners, since I've already gotten permission for this landing. r=rtenneti Review URL: http://codereview.chromium.org/8499039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109357 0039d316-1c4b-4281-b951-d872f2087c98
* aura: Fix creation of fullscreen RenderWidgetHostView.derat@chromium.org2011-11-101-5/+2
| | | | | | | | | | | | | | | | | | I'm making the fullscreen RenderWidgetHostViewAura be a "normal" window rather than a popup. Note that the fullscreen window still remains black when I put a Pepper Flash plugin into fullscreen mode. This looks like it may be due to an issue with accelerated compositing under Aura; the problem goes away when I disable creation of the 3D context. BUG=101848 TEST=manual: fullscreen window is visible again now Review URL: http://codereview.chromium.org/8457001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109356 0039d316-1c4b-4281-b951-d872f2087c98
* Fix intermittent CHECK in remoting client when shutting down.sergeyu@chromium.org2011-11-101-0/+6
| | | | | | | | | | | | MessageReader::~MessageReader() may CHECK because ChromotingClient may be destroyed without destroying all pending video packets. BUG=None TEST=None Review URL: http://codereview.chromium.org/8507025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109355 0039d316-1c4b-4281-b951-d872f2087c98
* Integration tests for HTTP pipelining.simonjam@chromium.org2011-11-103-1/+471
| | | | | | | | | | | | Added tests that exercise the code from HttpNetworkTransaction down to HttpStreamParser with pipelining enabled. BUG=None TEST=net_unittests Review URL: http://codereview.chromium.org/8457002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109354 0039d316-1c4b-4281-b951-d872f2087c98
* pp::NetAddress -> pp::NetAddressPrivate.viettrungluu@chromium.org2011-11-102-11/+12
| | | | | | | | | | Oops. TBR=dmichael Review URL: http://codereview.chromium.org/8497058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109353 0039d316-1c4b-4281-b951-d872f2087c98
* Fix FileSystemExtensionApiTest.FileBrowserTesttbarzic@chromium.org2011-11-102-11/+4
| | | | | | | | | BUG=103406 TEST=FileBrowserExtensionApiTest.* Review URL: http://codereview.chromium.org/8495044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109351 0039d316-1c4b-4281-b951-d872f2087c98
* Fix build: check_deps shouldn't check stuff below tools/gyp.thakis@chromium.org2011-11-101-0/+1
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/8510037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109350 0039d316-1c4b-4281-b951-d872f2087c98
* Changed the downloads path and the md5sum checkdeepakg@google.com2011-11-101-7/+9
| | | | | | Review URL: http://codereview.chromium.org/8506033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109349 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 109252 - Fix ninja build.thakis@chromium.org2011-11-101-3/+1
| | | | | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/8511014 TBR=vollick@chromium.org Review URL: http://codereview.chromium.org/8507036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109348 0039d316-1c4b-4281-b951-d872f2087c98
* Updated expectations.rtenneti@chromium.org2011-11-101-1/+1
| | | | | | | | | | | linux-release/dhtml: http://build.chromium.org/f/chromium/perf/linux-release/dhtml/report.html?history=150&rev=109331 BUG=103660 TBR=cmp Review URL: http://codereview.chromium.org/8505044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109347 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-11-101-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109346 0039d316-1c4b-4281-b951-d872f2087c98
* Test data for verifying signatures in downloads.bryner@chromium.org2011-11-102-0/+2
| | | | | | | | BUG=102540 TEST=none Review URL: http://codereview.chromium.org/8507033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109345 0039d316-1c4b-4281-b951-d872f2087c98
* Roll gyp 1085:1088thakis@chromium.org2011-11-101-1/+1
| | | | | | | | | | | | | | 1086: Add more verbose debugging log info 1087: Ninja: separate dependencies for compile steps vs actions/rules/copies -> more parallelism 1088: Add a test for defines with parentheses. Teach ninja to handle this case. BUG=103569 TEST=none TBR=mark Review URL: http://codereview.chromium.org/8511040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109344 0039d316-1c4b-4281-b951-d872f2087c98
* Aura: Widgets obey transparency flag, default to opaquejamescook@chromium.org2011-11-103-2/+5
| | | | | | | | | | | NativeWidgetAura now respects the Widget::InitParams flag for transparency with respect to setting its layer opaque. This means that Aura widgets are now opaque by default, including the main Chrome browser window. BUG=none TEST=none Review URL: http://codereview.chromium.org/8510023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109343 0039d316-1c4b-4281-b951-d872f2087c98
* Return the topmost native widget for NativeWidgetAura::GetTopLevelNativeWidgetstevenjb@google.com2011-11-102-10/+9
| | | | | | | | | BUG=103637 TEST=Only affects Aura builds. Test status area menus (when added), notifications, tooltips, and general UI windows / features. Review URL: http://codereview.chromium.org/8508030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109342 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 109337 - base::Bind cleanup in SimpleDatabaseSystemmichaeln@google.com2011-11-102-54/+40
| | | | | | | | | Review URL: http://codereview.chromium.org/8497053 TBR=michaeln@google.com Review URL: http://codereview.chromium.org/8497057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109341 0039d316-1c4b-4281-b951-d872f2087c98
* aura: Implement ExtensionView::CreateWidgetHostView().derat@chromium.org2011-11-101-17/+12
| | | | | | | | | | | | The NOTIMPLEMENTED() here was resulting in a crash in some cases (e.g. when trying to show a file browser dialog). BUG=103292 TEST=manual: tried to save a file and checked that we don't crash (a dialog gets opened, but it's empty, presumably because there's more that needs to get implemented in that area) Review URL: http://codereview.chromium.org/8493028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109339 0039d316-1c4b-4281-b951-d872f2087c98
* base::Bind cleanup in SimpleDatabaseSystemmichaeln@google.com2011-11-102-40/+54
| | | | | | Review URL: http://codereview.chromium.org/8497053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109337 0039d316-1c4b-4281-b951-d872f2087c98
* Super minor cleanup, remove a couple of includes that aren't needed.michaeln@google.com2011-11-101-2/+1
| | | | | | Review URL: http://codereview.chromium.org/7864015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109336 0039d316-1c4b-4281-b951-d872f2087c98
* Make the Pepper Flash net address just private, not Flash-specific.viettrungluu@chromium.org2011-11-1051-462/+421
| | | | | | | | | | | Note that, though the PP_Flash_NetAddress struct is being renamed, binary compatibility is being maintained. It's also safe to just rename the PPB_Flash_NetAddress interface without maintaining backwards compatibility since Pepper Flash isn't using it yet. Review URL: http://codereview.chromium.org/8511032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109335 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 109328 - Add tests to make sure gpu blacklist actually block gpu ↵zmo@google.com2011-11-096-263/+0
| | | | | | | | | | | | | | | features. The general idea is to use jbates's newly added tracing: if a feature is blacklisted, we check the tracing data to make sure gpu process hasn't launched. BUG=101222 TEST=browser_tests Review URL: http://codereview.chromium.org/8497034 TBR=zmo@google.com Review URL: http://codereview.chromium.org/8510030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109334 0039d316-1c4b-4281-b951-d872f2087c98
* Fix build.thakis@chromium.org2011-11-091-1/+1
| | | | | | | | | | BUG=none TEST=none TBR=binji Review URL: http://codereview.chromium.org/8511035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109331 0039d316-1c4b-4281-b951-d872f2087c98
* Fix PPAPI generator so that it might actually report exceptions properly.viettrungluu@chromium.org2011-11-091-1/+1
| | | | | | Review URL: http://codereview.chromium.org/8511022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109330 0039d316-1c4b-4281-b951-d872f2087c98
* uint32_t -> uint32 in content/browser/plugin_loader_posix.* and include ↵viettrungluu@chromium.org2011-11-093-6/+7
| | | | | | | | | | | basictypes.h. The header file currently doesn't compile on Windows (unless a definition for uint32_t is picked up from elsewhere, coincidentally). Review URL: http://codereview.chromium.org/8511034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109329 0039d316-1c4b-4281-b951-d872f2087c98
* Add tests to make sure gpu blacklist actually block gpu features.zmo@google.com2011-11-096-0/+263
| | | | | | | | | | The general idea is to use jbates's newly added tracing: if a feature is blacklisted, we check the tracing data to make sure gpu process hasn't launched. BUG=101222 TEST=browser_tests Review URL: http://codereview.chromium.org/8497034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109328 0039d316-1c4b-4281-b951-d872f2087c98
* Turn on -Wexit-time-destructors for net.thakis@chromium.org2011-11-091-0/+5
| | | | | | | | | BUG=101600 TEST=none Review URL: http://codereview.chromium.org/8497052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109327 0039d316-1c4b-4281-b951-d872f2087c98
* Media files for the defer audio video test.shishir@chromium.org2011-11-092-0/+0
| | | | | | | | | BUG=98690 TEST=None Review URL: http://codereview.chromium.org/8505038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109326 0039d316-1c4b-4281-b951-d872f2087c98
* Fix aura_chromeos builder.flackr@chromium.org2011-11-091-1/+1
| | | | | | | | | | | screen_locker_webui.cc was renamed to webui_screen_locker.cc in 109300, this updates the aura chromeos exclude. BUG=None TEST=None Review URL: http://codereview.chromium.org/8508033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109324 0039d316-1c4b-4281-b951-d872f2087c98
* Create a new aura client API dir and move constants and desktop delegate to it.ben@chromium.org2011-11-0935-97/+94
| | | | | | | | | | Rename DesktopDelegate to StackingClient. BUG=none TEST=none Review URL: http://codereview.chromium.org/8508020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109323 0039d316-1c4b-4281-b951-d872f2087c98