summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove a DCHECK from TabposeWindow.rsesek@chromium.org2011-03-041-2/+4
| | | | | | | | | BUG=none TEST=Run a debug build and open tabpose. Don't hit a DCHECK. Review URL: http://codereview.chromium.org/6623020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76960 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 76952 - Retry profile menu model change and clang fixes.aa@chromium.org2011-03-045-97/+1
| | | | | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6632003 TBR=mirandac@chromium.org Review URL: http://codereview.chromium.org/6624029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76959 0039d316-1c4b-4281-b951-d872f2087c98
* AsyncDoAutomaticFreeDiskSpaceControl API introducedglotov@google.com2011-03-045-9/+41
| | | | | | | | | | | and invoked on the login view for the first time. BUG=chromium-os:12713 TEST=manual Review URL: http://codereview.chromium.org/6610016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76958 0039d316-1c4b-4281-b951-d872f2087c98
* Get rid of the extension dependency in ResourceDispatcher by calling out to ↵jam@chromium.org2011-03-0417-95/+42
| | | | | | | | a webkit_glue function that can update the peer. No point sending the boolean flag from the browser since the same check is done in the renderer. Review URL: http://codereview.chromium.org/6628006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76957 0039d316-1c4b-4281-b951-d872f2087c98
* Add FilePath to the gdb pretty printers.tony@chromium.org2011-03-041-5/+17
| | | | | | Review URL: http://codereview.chromium.org/6621017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76956 0039d316-1c4b-4281-b951-d872f2087c98
* [Sync] Add 'Events' tab to chrome://sync-internalsakalin@chromium.org2011-03-044-138/+238
| | | | | | | | | | | | | The new 'Events' tab displays sync events as they occur. Tidied up sync_log.js and data.html. BUG=69500 TEST= Review URL: http://codereview.chromium.org/6612034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76955 0039d316-1c4b-4281-b951-d872f2087c98
* Print Preview: Always stop the preview job worker and handle the case where ↵thestig@chromium.org2011-03-041-24/+23
| | | | | | | | | | the preview tab goes away. BUG=none TEST=Open a large document, print preview it, and close the preview tab before the PDF renders. Review URL: http://codereview.chromium.org/6576057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76954 0039d316-1c4b-4281-b951-d872f2087c98
* Rename Window::SetBounds to SetWindowBounds, to uncofuse overrides.thakis@chromium.org2011-03-047-15/+15
| | | | | | | | | | BUG=70465,72205 TEST=none TBR=ben Review URL: http://codereview.chromium.org/6624011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76953 0039d316-1c4b-4281-b951-d872f2087c98
* Retry profile menu model change and clang fixes.mirandac@chromium.org2011-03-045-1/+97
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6632003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76952 0039d316-1c4b-4281-b951-d872f2087c98
* Turn on flag for Linux, too.scottbyer@chromium.org2011-03-041-4/+4
| | | | | | | | | BUG=none TEST=check about:flags on Linux for Enable Cloud Print Proxy. Review URL: http://codereview.chromium.org/6624021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76951 0039d316-1c4b-4281-b951-d872f2087c98
* Load url if appcache exists in offline mode.oshima@google.com2011-03-046-207/+76
| | | | | | | | | | | Remove OfflineLoadService as it's no longer important. BUG=chromium-os:9559, chromium-os:12370 TEST=see the bug. Review URL: http://codereview.chromium.org/6604015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76950 0039d316-1c4b-4281-b951-d872f2087c98
* Enable filesystem: URIs by default and remove enabling switch.adamk@chromium.org2011-03-043-7/+1
| | | | | | | | | | | | The filesystem: generation and resolution methods have now been added to WebKit, so Chrome should be able to load those URIs. BUG=74858 TEST=none Review URL: http://codereview.chromium.org/6612032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76949 0039d316-1c4b-4281-b951-d872f2087c98
* Changing the URL pointed to clear browsing data shortcut in shortcuts pyauto ↵sunandt@chromium.org2011-03-041-1/+1
| | | | | | | | | | | | test. BUG=none TEST=none Review URL: http://codereview.chromium.org/6624005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76948 0039d316-1c4b-4281-b951-d872f2087c98
* Move GetWindowsArchitecture() to windows_version.h.pkasting@chromium.org2011-03-045-26/+25
| | | | | | | | | BUG=none TEST=none TBR=brettw Review URL: http://codereview.chromium.org/6624025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76947 0039d316-1c4b-4281-b951-d872f2087c98
* Cleaning up media/base/clock.cc,hscherkus@chromium.org2011-03-042-10/+10
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6624022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76946 0039d316-1c4b-4281-b951-d872f2087c98
* Add a function to get the processor architecture. I will be using this in ↵pkasting@chromium.org2011-03-046-17/+41
| | | | | | | | | | | | the user agent construction code. Also cleans up a few nearby things. BUG=none TEST=none Review URL: http://codereview.chromium.org/6632002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76945 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit 80351:80364 and cleanup layout test expectations.tonyg@chromium.org2011-03-042-4/+1
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6628017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76944 0039d316-1c4b-4281-b951-d872f2087c98
* Mute ALSA audio completelydavej@chromium.org2011-03-041-4/+15
| | | | | | | | | | | The PCM control is needed to mute audio completely, but it is not available until at least one pcm stream is opened. This fix just opens and closes a pcm stream before gathering information about which mixer controls are available. BUG=chromium-os:12151 TEST=Manual, play audio then mute. No audio should be heard through headphones. Review URL: http://codereview.chromium.org/6591095 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76943 0039d316-1c4b-4281-b951-d872f2087c98
* gdb: print GURLs as stringsevan@chromium.org2011-03-041-1/+7
| | | | | | | | | | | | | | | | | | | | This makes a struct with a GURL in it display as a single line in gdb, e.g.: $1 = { x_ = 123, url_ = "file:///foo/bar" } As always, you can print the full GURL with all of the components using the "p/r" command: (gdb) p/r obj->url_ $1 = { (parsed field offsets dump out here for 20 lines) } Review URL: http://codereview.chromium.org/6627015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76942 0039d316-1c4b-4281-b951-d872f2087c98
* Extension ids are ASCII.evan@chromium.org2011-03-047-12/+13
| | | | | | | | This is preliminary cleanup for a larger change. Review URL: http://codereview.chromium.org/6613032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76941 0039d316-1c4b-4281-b951-d872f2087c98
* Oops, change O3D's DEPS on Chromium's breakpad code again. :( The current ↵tschmelcher@chromium.org2011-03-041-1/+1
| | | | | | | | | | | trunk revision requires newer revisions of other Chromium code for Mac and Linux, so the bump broke those builds. Updating all the dependencies is too hairy, so instead decrease the breakpad revision to the latest version that works for all platforms. TEST=built on Windows, Mac, and Linux BUG=none Review URL: http://codereview.chromium.org/6626005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76940 0039d316-1c4b-4281-b951-d872f2087c98
* Don't translate dirty rectangles in Mac capturer.lambroslambrou@chromium.org2011-03-041-4/+1
| | | | | | | | | BUG=74809 TEST=Follow repro steps in bug report Review URL: http://codereview.chromium.org/6631003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76939 0039d316-1c4b-4281-b951-d872f2087c98
* Remove border and shrink heading of network error page when in a subframe.mmenke@chromium.org2011-03-041-10/+44
| | | | | | | | | BUG=74726 TEST=manual Review URL: http://codereview.chromium.org/6588133 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76936 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up layout test expectations.tonyg@chromium.org2011-03-041-3/+1
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6632004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76935 0039d316-1c4b-4281-b951-d872f2087c98
* While enumerating plugins under the MozillaPlugins registry key, we should ↵ananta@chromium.org2011-03-043-3/+63
| | | | | | | | | | | | | | | | | | ignore 64 bit plugins. We validate whether a plugin is a 32 bit dll by reading its PE image. This fixes bug http://code.google.com/p/chromium/issues/detail?id=73032 Added support for the win32 version of the MemoryMappedFile helper class in base to map a file as an image section. BUG=73032 TEST=As described in the bug at this point. Review URL: http://codereview.chromium.org/6611028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76934 0039d316-1c4b-4281-b951-d872f2087c98
* This fixes the wording on the killed tab.gspencer@chromium.org2011-03-041-1/+1
| | | | | | | | | BUG=72024 TEST=ran with new resources, killed a tab and read new wording. Review URL: http://codereview.chromium.org/6603025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76933 0039d316-1c4b-4281-b951-d872f2087c98
* Chrome changes to move ConenctionType, etc fome chromeos_network to ↵stevenjb@google.com2011-03-042-7/+138
| | | | | | | | | | | | | network_library. See http://codereview.chromium.org/6606024/ BUG=chromium-os:12681 TEST=See issue. Review URL: http://codereview.chromium.org/6602104 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76932 0039d316-1c4b-4281-b951-d872f2087c98
* Convert worker, speech_input, and utility messages to use the new macros, ↵tsepez@chromium.org2011-03-0410-661/+341
| | | | | | | | eliminating the need for hand coded traits. Review URL: http://codereview.chromium.org/6610026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76931 0039d316-1c4b-4281-b951-d872f2087c98
* Add chunked uploads support to SPDYsatish@chromium.org2011-03-0424-89/+371
| | | | | | | | | | | | | | | As part of this, I had to move the chunked encoding part from UploadData::Element::SetChunk to HttpStreamParser::DoSendBody as SPDY doesn't have this encoded format and UploadData needs to serve both. BUG=none TEST=net_unittests (2 new tests added) Committed and rolled back: http://src.chromium.org/viewvc/chrome?view=rev&revision=76892 Review URL: http://codereview.chromium.org/6292013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76930 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit 80340:80351.tonyg@chromium.org2011-03-042-1/+3
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6632001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76929 0039d316-1c4b-4281-b951-d872f2087c98
* Tweaks ChromeURLDataManager comments.sky@chromium.org2011-03-041-1/+1
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6624019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76928 0039d316-1c4b-4281-b951-d872f2087c98
* Disable Chrome Frame net tests temporarily. There are least two DCHECKS that ↵robertshield@chromium.org2011-03-041-9/+18
| | | | | | | | | | | | | | | get triggered running locally and the tests appear to fail on related changes. Also, they are not instantiating an AtExitManager early enough, so the call to chrome::RegisterPathProvider() may fail. This might have been reordered into a working state in some builds. Also, fix a call into profile code before registering certain needed preferences which causes a DCHECK. BUG=None TEST=None Review URL: http://codereview.chromium.org/6627009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76927 0039d316-1c4b-4281-b951-d872f2087c98
* Post a task to log the error messages.backer@chromium.org2011-03-043-19/+28
| | | | | | | | | | | | X error handlers cannot safely make X calls inside the error handler. To provide more meaningful error messages, it is necessary to query the X server. This patch changes the X error handlers to post a task to decode and log the error message. This has a disadvantage of clearing the call stack, but given that most X calls are processed asynchronously, the call stack typically isn't meaningful. BUG=64819 TEST=by hand on Linux Review URL: http://codereview.chromium.org/6623014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76926 0039d316-1c4b-4281-b951-d872f2087c98
* Adding missing forward declaration of struct PP_CompletionCallback.brettw@chromium.org2011-03-041-0/+2
| | | | | | | | | BUG=none TEST=none Patch by sanga@google.com Original review http://codereview.chromium.org/6626001/ git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76925 0039d316-1c4b-4281-b951-d872f2087c98
* This is the final step to turn on the experimental webkit media statistics ↵sjl@chromium.org2011-03-041-0/+1
| | | | | | | | | | | support. BUG=71255 TEST=media_unittests media layout tests Review URL: http://codereview.chromium.org/6613023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76924 0039d316-1c4b-4281-b951-d872f2087c98
* Speculative fix for throbber showing on all tabs for linux.sky@chromium.org2011-03-041-0/+5
| | | | | | | | | BUG=69528 TEST=none Review URL: http://codereview.chromium.org/6603030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76923 0039d316-1c4b-4281-b951-d872f2087c98
* cleanup: make OnLogin to be pure virtual as all methods around.dilmah@chromium.org2011-03-043-1/+5
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/6624017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76922 0039d316-1c4b-4281-b951-d872f2087c98
* Implement IpcPacketSocketFactorysergeyu@chromium.org2011-03-043-0/+368
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/6611025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76921 0039d316-1c4b-4281-b951-d872f2087c98
* Return accessible icon URLs for disabled extensions in the management API.jstritar@chromium.org2011-03-044-5/+9
| | | | | | | | | BUG=60437 TEST=ExtensionManagementApiTest.Basics Review URL: http://codereview.chromium.org/6596112 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76920 0039d316-1c4b-4281-b951-d872f2087c98
* Update to the latest libcros 108 (added ↵glotov@google.com2011-03-041-1/+1
| | | | | | | | | | | CryptohomeDoAutomaticFreeDiskSpaceControl) BUG=chromium-os:11121 TEST=none Review URL: http://codereview.chromium.org/6631005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76919 0039d316-1c4b-4281-b951-d872f2087c98
* Pass starting url when account is created.altimofeev@chromium.org2011-03-041-1/+2
| | | | | | | | | BUG=chromium-os:12624 TEST=manual Review URL: http://codereview.chromium.org/6624018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76918 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the rectangle parameters which are no longer used anywhere.rbyers@chromium.org2011-03-042-78/+28
| | | | | | | | | | | | | | Make the new button parameters optional - some NTP front-ends and some scenarios for the regular NTP don't provide this information. Pass the launch source as a number rather than converting it to a string and back. BUG=73859 TEST=just launch an app from the NTP, verify that ctrl-click still launches in new tab regardless of app settings. Review URL: http://codereview.chromium.org/6573003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76917 0039d316-1c4b-4281-b951-d872f2087c98
* Add an optional 'page_index' preference to apps and 'setPageIndex' message ↵rbyers@chromium.org2011-03-045-1/+77
| | | | | | | | | | | | | | | which can be used to set it. This doesn't actually modify the behavior of the NTP whatsoever. It's a small extension which will be used by a future alternate NTP front-end that shares the same WebUI back-end code. Any NTP front-end that doesn't support pagination of apps will simply ignore this. This also includes a simple unit test to verify the functioning of this preference. BUG=73437 TEST=new test in unit_tests ('ExtensionPrefsPageIndex') Review URL: http://codereview.chromium.org/6546017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76916 0039d316-1c4b-4281-b951-d872f2087c98
* Make sure to remove RLZ-related registry values on chrome uninstall.rogerta@chromium.org2011-03-043-0/+9
| | | | | | | | | | | | | BUG=3486114 TEST=Install chrome with a non-organic brand code. Start it and wait for the RLZ registry values to be written to HKCU\software\google\common\rlz. Uninstall chrome and make sure that the registry values are gone. Note that only the registry keys and value that start with the letter 'C' relate to chrome; any other that may exist after uninstall are OK. Review URL: http://codereview.chromium.org/6597089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76915 0039d316-1c4b-4281-b951-d872f2087c98
* Add heapcheck suppression for bug 74850.sergeyu@chromium.org2011-03-041-0/+7
| | | | | | | | BUG=74850 TEST=None TBR=ajwong@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76914 0039d316-1c4b-4281-b951-d872f2087c98
* Switch to new libjingle branch.sergeyu@chromium.org2011-03-049-11/+47
| | | | | | | | | BUG=None TEST=Compiles, Unittests Review URL: http://codereview.chromium.org/6626010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76913 0039d316-1c4b-4281-b951-d872f2087c98
* Added thread DCHECK for the UserManager.altimofeev@chromium.org2011-03-043-68/+36
| | | | | | | | | | | Also fixed filebrowser to not use "UserManager::Get" and "Profile::GetRequestContext" from the FILE thread. BUG=none TEST=tests pass Review URL: http://codereview.chromium.org/6597108 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76912 0039d316-1c4b-4281-b951-d872f2087c98
* Mention that HttpAuthCache::Entry::HasEnclosingPath() can return 0 as a path ↵asanka@chromium.org2011-03-041-1/+5
| | | | | | | | | | | | | len and fix typo. (Comment only change. Cleanup for 76539) BUG=none TEST=none Review URL: http://codereview.chromium.org/6612026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76911 0039d316-1c4b-4281-b951-d872f2087c98
* autofill: Rename AutoFillField to AutofillField.tfarina@chromium.org2011-03-0428-316/+315
| | | | | | | | | BUG=72758 TEST=existing unit_tests Review URL: http://codereview.chromium.org/6621008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76910 0039d316-1c4b-4281-b951-d872f2087c98
* Removing suppressions for now rebaselined tests.antonm@chromium.org2011-03-041-5/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76909 0039d316-1c4b-4281-b951-d872f2087c98