summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Renaming parameter names from is_off_the_record to is_incognitowillchan@chromium.org2011-03-1813-22/+22
| | | | | | | | | BUG=3333 TEST=NONE Review URL: http://codereview.chromium.org/6703005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78693 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Show collected cookies in a tab view.bauerb@chromium.org2011-03-184-718/+622
| | | | | | | | | | | | | | Old and boring: http://www.dropmocks.com/mSiEY New hotness: http://www.dropmocks.com/mSiEM XIB changes: Move the two subviews of the NSSplitView into an NSTabView instead, change the |splitView_| outlet to |tabView_| and |lowerScrollView_| to |blockedScrollView_|. Add a placeholder below the tab view, hooked up to the |cookieDetailsViewPlaceholder_| outlet. BUG=63650 TEST=See bug for manual test. Review URL: http://codereview.chromium.org/6673114 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78692 0039d316-1c4b-4281-b951-d872f2087c98
* net: Add two more blacklisted certificates.agl@chromium.org2011-03-181-1/+3
| | | | | | | TEST=none BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78690 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit roll 81365:81469apavlov@chromium.org2011-03-181-1/+1
| | | | | | TBR=simonjam@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78689 0039d316-1c4b-4281-b951-d872f2087c98
* Merge content_settings::NotificationsDefaultProvider with ↵markusheintz@chromium.org2011-03-187-167/+76
| | | | | | | | | | | content_settings::PrefDefaultProvider. BUG=63656 TEST=desktop_notifications_service_unittest.cc, host_content_settings_map_unittest.cc Review URL: http://codereview.chromium.org/6708009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78688 0039d316-1c4b-4281-b951-d872f2087c98
* History tests de-flaked.skerner@chromium.org2011-03-184-36/+65
| | | | | | | | | | | | | | The history tests used to be flaky on all platforms. Several fixes were made, and now the flakiness dashboard shows that the only source of failures is due to adding a URL and searching right away on windows XP. The test that fails has been isolated in a single subtest (ExtensionHistoryApiTest.SearchAfterAdd), and all other tests are no longer marked as flaky. BUG=26296 TEST=ExtensionHistoryApiTest.* Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=78542 Review URL: http://codereview.chromium.org/6698028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78687 0039d316-1c4b-4281-b951-d872f2087c98
* Let the method ListValue::AppendIfNotPresent always take ownership of the ↵markusheintz@chromium.org2011-03-184-10/+8
| | | | | | | | | | | |in_value|. In any cases. What is passed in get's owned. BUG=none TEST=none Review URL: http://codereview.chromium.org/6695019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78686 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed WebTiming after introducing HTTP_STREAM_JOB in NetLogvsevik@chromium.org2011-03-183-51/+205
| | | | | | | | | BUG=76366 TEST=Open https:// site, open DevTools console, ensure window.performance.timing.secureConnectionStart is not zero. Review URL: http://codereview.chromium.org/6677077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78685 0039d316-1c4b-4281-b951-d872f2087c98
* [cros] Refactor OOBE/login controllers.nkostylev@chromium.org2011-03-1818-455/+772
| | | | | | | | | | | | | | | | | | | | | | | | | 1. Introduce LoginDisplayHost interface. 2. BaseLoginDisplayHost is an abstract class that manages lifetime of the WizardController and ExistingUserController. Moved ShowLoginWizard from WizardController here. 3. ViewsLoginDisplayHost is host for views specific implementation: - ViewsLoginDisplay - BackgroundView (currently contains StatusArea as well) Left unchanged: - Both WC and EUC expose default instance. - Should move to a concept of "screen" so that it'll better integrates with WebUI login implementation. Enabled SwitchLanguage test. BUG=chromium-os:11864, chromium-os:8974 TEST=existing tests, autotests, manually Review URL: http://codereview.chromium.org/6610014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78684 0039d316-1c4b-4281-b951-d872f2087c98
* Enforce SavePersistentPrefs in RestartJob path.dilmah@chromium.org2011-03-181-0/+7
| | | | | | | | | | | | | Settings saved via ScheduleSavePersistentPrefs may be lost if exitted via chromeos::RestartJob. Evidence of those losses were observed on debug build: change language on new user pod and then start new incognito session: in ~20-30% cases changed language is lost. BUG=chromium-os:13102 TEST=Manual Review URL: http://codereview.chromium.org/6710001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78683 0039d316-1c4b-4281-b951-d872f2087c98
* Double check in order not to remove an owner.dilmah@chromium.org2011-03-181-0/+8
| | | | | | | | | BUG=chromium-os:12723 TEST=Manual Review URL: http://codereview.chromium.org/6708008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78682 0039d316-1c4b-4281-b951-d872f2087c98
* Guards "remoting" initialization on the renderer side.bulach@chromium.org2011-03-182-2/+9
| | | | | | | | | | | | | Following http://codereview.chromium.org/6684018, remoting requires NSS to be initialized in the render side. This change allows to compile with openssl. BUG=none TEST=compiles with use_openssl=1 Review URL: http://codereview.chromium.org/6665065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78681 0039d316-1c4b-4281-b951-d872f2087c98
* Add data for showing power button functions on Keyboard Overlay.mazda@chromium.org2011-03-183-1/+7
| | | | | | | | | BUG=chromium-os:9957 TEST=manually on the netbook Review URL: http://codereview.chromium.org/6649017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78680 0039d316-1c4b-4281-b951-d872f2087c98
* BUG=nonesimonmorris@chromium.org2011-03-181-0/+5
| | | | | | | | | | | | TEST=Start Chrome with a --vmodule command-line flag, and verify that the service process produces verbose logging accordingly. Review URL: http://codereview.chromium.org/6693020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78679 0039d316-1c4b-4281-b951-d872f2087c98
* Pull the GYP changes for libjpeg-turbo and ffmpeg.hbono@chromium.org2011-03-181-2/+2
| | | | | | | | | | | This change updates the DEPS file to pull the GYP changes for libjpeg-turbo and ffmpeg that support the 'use_system_yasm' flag to the Chromium tree. TBR=scherkus,mark BUG=none TEST=build Chromium Review URL: http://codereview.chromium.org/6665032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78676 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 707.0 to 708.0chrome-release@google.com2011-03-181-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78674 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress the leak in webkit_glue::BufferedDataSource::CreateResourceLoaderglider@chromium.org2011-03-181-0/+17
| | | | | | | | TBR=timurrrr BUG=76647 Review URL: http://codereview.chromium.org/6688030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78672 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress leaks in UserStyleSheetWatcherglider@chromium.org2011-03-182-1/+19
| | | | | | | | TBR=timurrrr BUG=76644 Review URL: http://codereview.chromium.org/6708022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78671 0039d316-1c4b-4281-b951-d872f2087c98
* Add market.android.com to HSTS list; this origin already sends the header butcevans@chromium.org2011-03-182-0/+2
| | | | | | | | | | seeding the initial connection is always desirable. BUG=none TEST=none Review URL: http://codereview.chromium.org/6712021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78670 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 78666 - Cleanup NativeMetafile (win) interface and EMF class.vandebo@chromium.org2011-03-1811-106/+150
| | | | | | | | | | | | | | | | | - Rename CreateDc to Init() and remove unused argument (all non-test calls were CreateDc(NULL, NULL). [This matches cross platform interface.] - Remove CreateFileBackedDc from the NativeMetafile interface and make InitToFile() in the EMF class. - Remove CreateFromFile from the NativeMetafile interface and make it InitFromFile() in the EMF class. - Move the CloseEmf method into the destructor, making the Emf class a use once class (matches actual use). BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/6695013 TBR=vandebo@chromium.org Review URL: http://codereview.chromium.org/6712030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78669 0039d316-1c4b-4281-b951-d872f2087c98
* Safe-browsing PrefixSet cleanups.shess@chromium.org2011-03-185-36/+123
| | | | | | | | | | | | | | | | | Make sure SBPrefix is a fixed size. PrefixSet tests for single-element set, set with large deltas, and int32 space edge cases. PrefixSet::GetPrefixes() can be const. Consolidate the SafeBrowsingDatabase GetPrefixes() checking code. Check whether deltas fit by directly checking whether the delta fit. Add a histogram for checking if SBPrefix really was crazy. BUG=71832 TEST=none Review URL: http://codereview.chromium.org/6711021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78667 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup NativeMetafile (win) interface and EMF class.vandebo@chromium.org2011-03-1811-150/+106
| | | | | | | | | | | | | | - Rename CreateDc to Init() and remove unused argument (all non-test calls were CreateDc(NULL, NULL). [This matches cross platform interface.] - Remove CreateFileBackedDc from the NativeMetafile interface and make InitToFile() in the EMF class. - Remove CreateFromFile from the NativeMetafile interface and make it InitFromFile() in the EMF class. - Move the CloseEmf method into the destructor, making the Emf class a use once class (matches actual use). BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/6695013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78666 0039d316-1c4b-4281-b951-d872f2087c98
* Move FilePathWatcher class from chrome/browser/... to content/common...dmaclach@chromium.org2011-03-182-6/+6
| | | | | | | | | | | | | | | | The service process needs FilePathWatcher, and with this change I got rid of the dependency on BrowserThread which allows it to be moved to common/... I also tried my hand at a kqueue impl on the Mac, but failed. See http://code.google.com/p/chromium/issues/detail?id=54822#c13 for details. BUG=74983 TEST=BUILD Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=78664 Review URL: http://codereview.chromium.org/6670081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78665 0039d316-1c4b-4281-b951-d872f2087c98
* Move FilePathWatcher class from chrome/browser/... to content/common...dmaclach@chromium.org2011-03-1818-187/+350
| | | | | | | | | | | | | | The service process needs FilePathWatcher, and with this change I got rid of the dependency on BrowserThread which allows it to be moved to common/... I also tried my hand at a kqueue impl on the Mac, but failed. See http://code.google.com/p/chromium/issues/detail?id=54822#c13 for details. BUG=74983 TEST=BUILD Review URL: http://codereview.chromium.org/6670081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78664 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 78662 - Unfork VectorPlatformCanvas.vandebo@chromium.org2011-03-1819-92/+150
| | | | | | | | | | | | | | Unfork VectorPlatformCanvas by making NativeMetafile know how to create an appropriate VectorPlatformDevice. This will also be useful when we have multiple NativeMetafile implemenations (each requiring a different VectorPlatformDevices). BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/6665046 TBR=vandebo@chromium.org Review URL: http://codereview.chromium.org/6713029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78663 0039d316-1c4b-4281-b951-d872f2087c98
* Unfork VectorPlatformCanvas.vandebo@chromium.org2011-03-1819-150/+92
| | | | | | | | | | | Unfork VectorPlatformCanvas by making NativeMetafile know how to create an appropriate VectorPlatformDevice. This will also be useful when we have multiple NativeMetafile implemenations (each requiring a different VectorPlatformDevices). BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/6665046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78662 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 78660 - We need to revert both jam's first patch and his build fix, ↵ericu@google.com2011-03-181-1/+1
| | | | | | | | | | | | | | as it didn't fix everything. Revert 78645 - Fix build break TBR=jam@chromium.org Review URL: http://codereview.chromium.org/6714007 TBR=ericu@google.com Review URL: http://codereview.chromium.org/6709020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78661 0039d316-1c4b-4281-b951-d872f2087c98
* We need to revert both jam's first patch and his build fix, as it didn't fix ↵ericu@google.com2011-03-181-1/+1
| | | | | | | | | | | everything. Revert 78645 - Fix build break TBR=jam@chromium.org Review URL: http://codereview.chromium.org/6714007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78660 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: Fix official build.thestig@chromium.org2011-03-181-4/+4
| | | | | | | | | BUG=none TEST=none TBR=jam Review URL: http://codereview.chromium.org/6713026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78659 0039d316-1c4b-4281-b951-d872f2087c98
* [Sync] Remove SyncBackendHost::UpdateEnabledTypes()akalin@chromium.org2011-03-188-56/+136
| | | | | | | | | | | | | | Use SyncBackendHost::ConfigureDataTypes() instead and make SyncManager reload enabled types from ModelSafeRoutingInfo. Make SyncBackendHost own the SyncNotifierFactory. BUG=76268 TEST= Review URL: http://codereview.chromium.org/6693012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78658 0039d316-1c4b-4281-b951-d872f2087c98
* Fix shared linking (regressed in r78640).sadrul@chromium.org2011-03-181-0/+1
| | | | | | TBR=jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78657 0039d316-1c4b-4281-b951-d872f2087c98
* When a folder is clicked, also select it. Ideally we would use dbl click to ↵achuith@chromium.org2011-03-181-0/+1
| | | | | | | | | | traverse and single for selection. BUG=NONE TEST=When installing an unpacked extension, you need to select a folder. Review URL: http://codereview.chromium.org/6709017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78656 0039d316-1c4b-4281-b951-d872f2087c98
* Printing: Simplify window.print() blocking code.thestig@chromium.org2011-03-189-53/+94
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6665060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78650 0039d316-1c4b-4281-b951-d872f2087c98
* Chrome is too fast, make it slower.willchan@chromium.org2011-03-183-72/+5
| | | | | | | | | | | | Test out using RefCountedThreadSafeBase for all refcounting. Will revert after I'm done testing performance implications. BUG= TEST= Review URL: http://codereview.chromium.org/6712009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78649 0039d316-1c4b-4281-b951-d872f2087c98
* Implement a proxy for URL util. Some of the implementation that doesn't need tobrettw@chromium.org2011-03-1812-63/+500
| | | | | | | | | | | | | | | be proxied moved into a new shared_impl file, which required a decent amount of glue to make it callable from both the implementation and the proxy. The payoff here is only marginal since the code is fairly simple, but I decided this is still better than duplication. This also includes some comments from my audio patch that I forgot in that CL. BUG=none TEST=ppapi_tests run out of process pass Review URL: http://codereview.chromium.org/6676045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78646 0039d316-1c4b-4281-b951-d872f2087c98
* Fix build breakjam@chromium.org2011-03-181-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78645 0039d316-1c4b-4281-b951-d872f2087c98
* web-ui settings: Fix incorrect handling for the Import dialog when no ↵csilv@chromium.org2011-03-181-3/+6
| | | | | | | | | | browsers are available. BUG=76335 TEST=Verify that the Import dialog correctly cancels when no browsers are available for import. Review URL: http://codereview.chromium.org/6688016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78644 0039d316-1c4b-4281-b951-d872f2087c98
* Move the renderer_web* files to content.jam@chromium.org2011-03-1842-111/+112
| | | | | | | TBR=avi Review URL: http://codereview.chromium.org/6713024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78643 0039d316-1c4b-4281-b951-d872f2087c98
* GPU process - parent GL context does not delete the textures it shares with ↵apatrick@chromium.org2011-03-184-6/+38
| | | | | | | | | | | | child contexts. The child contexts create them and are then responsible for deleting them. This fixed a crash where the child contexts were passing an invalid texture ID to glBlitFramebufferANGLE. TEST=can't reproduce bug locally anymore, trybots BUG=75661 Review URL: http://codereview.chromium.org/6670074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78642 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 78635 - Integrate the csd-whitelist with the rest of the client-sidenoelutz@google.com2011-03-184-207/+103
| | | | | | | | | | | | | | phishing detection code. BUG= TEST=ClientSideDetectionHostTest Review URL: http://codereview.chromium.org/6670053 TBR=noelutz@google.com Review URL: http://codereview.chromium.org/6713023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78641 0039d316-1c4b-4281-b951-d872f2087c98
* Move a bunch more random files from chrome\renderer to content\renderer.jam@chromium.org2011-03-1828-49/+61
| | | | | | | TBR=avi Review URL: http://codereview.chromium.org/6685072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78640 0039d316-1c4b-4281-b951-d872f2087c98
* Print Preview: Cleanup JS createPDFPlugin() a bit.thestig@chromium.org2011-03-182-12/+19
| | | | | | | | | | Resubmit of http://codereview.chromium.org/6710009/ BUG=none TEST=none Review URL: http://codereview.chromium.org/6712018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78639 0039d316-1c4b-4281-b951-d872f2087c98
* null check for GetLastActive in NotifyThemeChanged.achuith@chromium.org2011-03-181-2/+5
| | | | | | | | BUG=chromium-os:13082 TEST=none Review URL: http://codereview.chromium.org/6688011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78637 0039d316-1c4b-4281-b951-d872f2087c98
* Integrate the csd-whitelist with the rest of the client-sidenoelutz@google.com2011-03-184-103/+207
| | | | | | | | | | | phishing detection code. BUG= TEST=ClientSideDetectionHostTest Review URL: http://codereview.chromium.org/6670053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78635 0039d316-1c4b-4281-b951-d872f2087c98
* Turn on the binary malware warning.lzheng@chromium.org2011-03-183-14/+1
| | | | | | | | | BUG=60822 TEST=none Review URL: http://codereview.chromium.org/6708004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78634 0039d316-1c4b-4281-b951-d872f2087c98
* Load additional NSS library files in zygote main if remoting is enabledhclam@google.com2011-03-173-13/+60
| | | | | | | | | | | | | | Instead of initializing NSS before the sandbox is engaged this loads the necessary additional libraries for NSS to function properly. This allows initializing NSS after sandbox is closed and solve the security problem of loading NSS early. BUG=None TEST=None Review URL: http://codereview.chromium.org/6672034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78633 0039d316-1c4b-4281-b951-d872f2087c98
* Review URL: http://codereview.chromium.org/6708020tburkard@chromium.org2011-03-171-2/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78631 0039d316-1c4b-4281-b951-d872f2087c98
* Remove old comment.apatrick@chromium.org2011-03-171-2/+0
| | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/6688018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78629 0039d316-1c4b-4281-b951-d872f2087c98
* Fix subpage closing workaround to work in scrolled window case.estade@chromium.org2011-03-171-4/+8
| | | | | | | | | | | in the content settings subpage, if you scroll to the bottom of the page and click on one of the labels there (e.g. for geolocation), the subpage still closes. This makes the workaround work for this case. BUG=75338,chromium-os:12679 TEST=manual Review URL: http://codereview.chromium.org/6713017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78626 0039d316-1c4b-4281-b951-d872f2087c98
* Stop overloading Init() in NativeMetafile.vandebo@chromium.org2011-03-1716-21/+22
| | | | | | | | | BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/6709009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78625 0039d316-1c4b-4281-b951-d872f2087c98