summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Further modifications to the Ready Mode UI in response to feedback. Height, ↵erikwright@chromium.org2011-03-165-7/+34
| | | | | | | | | | icon dimensions, text positioning are same as IE infobars. Buttons now implement user selected theme. BUG=None TEST=None Review URL: http://codereview.chromium.org/6321025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78311 0039d316-1c4b-4281-b951-d872f2087c98
* Add some additional instrumention for bug 74585. It does the following:eroman@chromium.org2011-03-162-6/+84
| | | | | | | | | | | | | | | | | (1) On Windows when the corruption is detected, prompts the user asking them to report it on http://crbug.com/74585. This message is NOT internationalized, it is english only. But hopefully we will get some feedback from it. (2) Before crashing, we do some additional checks in the map to see: - how many pointers were NULL - how many entries the map had - dereference all the non-NULL values in the map to make sure they aren't garbage memory. BUG=74585 Review URL: http://codereview.chromium.org/6693009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78310 0039d316-1c4b-4281-b951-d872f2087c98
* Fix glue for ClipboardHostMsg_ReadAvailableTypes.dcheng@chromium.org2011-03-1610-36/+73
| | | | | | | | | | | | | | Since we no longer plan on using this message to service both drags and pasteboard requests, update the glue to call ui::base::Clipboard directly. Eventually, the remaining functions in ClipboardDispatcher will also be moved and/or deleted and the empty class removed. BUG=75237 TEST=none Review URL: http://codereview.chromium.org/6685063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78309 0039d316-1c4b-4281-b951-d872f2087c98
* Remove clear browsing data views classes.estade@chromium.org2011-03-1614-2116/+1
| | | | | | | | | | | now in tabbed ui BUG=none TEST=compile Review URL: http://codereview.chromium.org/6696032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78308 0039d316-1c4b-4281-b951-d872f2087c98
* Fix DCHECK in UDPSocket::RecvFrom().sergeyu@chromium.org2011-03-164-57/+91
| | | | | | | | | | | | Before this change the DCHECK in RecvFrom() may fail there is data in the read buffer, and recvfrom() reads data instead of blocking. BUG=None TEST=None Review URL: http://codereview.chromium.org/6693005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78307 0039d316-1c4b-4281-b951-d872f2087c98
* Rearrange the bootstrapping code in chrome frame net tests to ensure that it ↵ananta@chromium.org2011-03-151-7/+6
| | | | | | | | | | | | | | works correctly in debug builds without firing any DCHECKs. Registered the proxy dictionary pref which tripped up a recent change to add a system level URLRequestContext. BUG=none TEST=chrome frame net tests should run in debug builds without firing DCHECKs Review URL: http://codereview.chromium.org/6697029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78306 0039d316-1c4b-4281-b951-d872f2087c98
* Disables recently added instant test as it seems to be causing crashessky@chromium.org2011-03-151-1/+7
| | | | | | | | | | | | (unrelated to my change) on the bots. BUG=76283 TEST=none TBR=tonyg@chromium.org Review URL: http://codereview.chromium.org/6697040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78304 0039d316-1c4b-4281-b951-d872f2087c98
* Attempting again to make clang happy wiht gpu::TraceEvent.nduca@chromium.org2011-03-152-1/+9
| | | | | | | | BUG= TEST= TBR=John Bates <jbates@chromium.org> git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78303 0039d316-1c4b-4281-b951-d872f2087c98
* Fix clang bots unhappiness withth gpu::TraceEvent.nduca@chromium.org2011-03-151-0/+1
| | | | | | TBR=John Bates <jbates@chromium.org> git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78302 0039d316-1c4b-4281-b951-d872f2087c98
* Initial support for partitioning cookies for isolated apps.creis@google.com2011-03-1550-202/+1208
| | | | | | | | | | | | | | | | This CL adds experimental support for letting installed apps request isolated storage in their manifest. An isolated app will have its own cookie store that is not shared with other apps or normal pages, even if they share an origin. The feature is currently behind a --enable-experimental-app-manifests flag. BUG=69335 TEST=ExtensionManifestTest.IsolatedApps TEST=IsolatedAppApiTest.CookieIsolation* Review URL: http://codereview.chromium.org/6201005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78301 0039d316-1c4b-4281-b951-d872f2087c98
* Introduce gpu_trace_event for gpu performance analysis.nduca@chromium.org2011-03-1517-36/+723
| | | | | | | | | | | | | | | | This changelist is a lightweight version of issue 6551019, but with the code change confined to the gpu subsystem. The intent of this change is to enable forward progress on gpu tracing. Work on the aformentioned issue, i.e. fusing gpu_trace_event and trace_event, will continue. BUG= TEST= Review URL: http://codereview.chromium.org/6691013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78300 0039d316-1c4b-4281-b951-d872f2087c98
* Simplified the InMemoryURLIndex::WordVectorFromString16 static function. ↵mrossetti@chromium.org2011-03-153-25/+21
| | | | | | | | | | | Updated header comment with example. Changed EXPECT_EQs in unit test to ASSERT_EQs for safety. BUG=None TEST=Ran InMemoryURLIndexTest.StaticFunctions unit test. Review URL: http://codereview.chromium.org/6670017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78299 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup: Modify 'NSPrintInfo' raw pointer to a scoped_nsobject.kmadhusu@chromium.org2011-03-152-19/+16
| | | | | | | | | BUG=none TEST=printing works after code change. Review URL: http://codereview.chromium.org/6698035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78298 0039d316-1c4b-4281-b951-d872f2087c98
* Disable the test CanLaunchWithOSMesa (browser, ui) on toolkit_views.sadrul@chromium.org2011-03-152-2/+2
| | | | | | | | | BUG=76217 TEST=CanLaunchWithOSMesa in browser_tests, ui_tests Review URL: http://codereview.chromium.org/6693033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78297 0039d316-1c4b-4281-b951-d872f2087c98
* Implement Clipboard::ReadImage for OS X.dcheng@chromium.org2011-03-151-0/+14
| | | | | | | | | BUG=75237 TEST=none Review URL: http://codereview.chromium.org/6683036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78294 0039d316-1c4b-4281-b951-d872f2087c98
* Fix bad memory access in MenuHostGtk::HandleGrabBroke when the menu isdmazzoni@chromium.org2011-03-152-12/+7
| | | | | | | | | | | | being destroyed. BUG=76023 TEST=Re-enables interactive_ui_test that was failing. Review URL: http://codereview.chromium.org/6686047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78293 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Confirm-to-quit: Avoid busywaiting for the key up event.rsesek@chromium.org2011-03-151-3/+6
| | | | | | | | | BUG=74806 TEST=See bug for full steps. Review URL: http://codereview.chromium.org/6694035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78291 0039d316-1c4b-4281-b951-d872f2087c98
* Remove URL picker, also no longer used now there's no native options.estade@chromium.org2011-03-153-358/+0
| | | | | | | | | BUG=none TEST=compile Review URL: http://codereview.chromium.org/6694041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78290 0039d316-1c4b-4281-b951-d872f2087c98
* fav icon -> favicon. Pass 10: bookmarksavi@chromium.org2011-03-1546-80/+80
| | | | | | | | | BUG=76073 TEST=none; no visible change Review URL: http://codereview.chromium.org/6693027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78289 0039d316-1c4b-4281-b951-d872f2087c98
* Update header locationjam@chromium.org2011-03-151-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78288 0039d316-1c4b-4281-b951-d872f2087c98
* Always enable the "Translate to English' context menu to allow translating ↵jcivelli@chromium.org2011-03-152-9/+4
| | | | | | | | | | | | pages containing text fragments in another language. BUG=76200 TEST=Visit a page that is mostly in English but contains some fragments in another language (ex: Google News, add a feed in another language). Right-click in the page, select 'Translate to English'. The non-English fragments should get translated. Review URL: http://codereview.chromium.org/6683020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78287 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Remove dropshadows from browser actions.rsesek@chromium.org2011-03-151-18/+3
| | | | | | | | | BUG=73309 TEST=visual Review URL: http://codereview.chromium.org/6673052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78284 0039d316-1c4b-4281-b951-d872f2087c98
* Add stubs and glue for routing a request for an image from the clipboard.dcheng@chromium.org2011-03-1512-8/+70
| | | | | | | | | | | BUG=75237 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=78134 Review URL: http://codereview.chromium.org/6625075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78283 0039d316-1c4b-4281-b951-d872f2087c98
* Options: Fix the Languages URL in the render view context menu.jhawkins@chromium.org2011-03-152-4/+6
| | | | | | | | | | | BUG=75596. TEST=none R=stuartmorgan@chromium.org Review URL: http://codereview.chromium.org/6696028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78282 0039d316-1c4b-4281-b951-d872f2087c98
* Update default paths in unused strings scriptestade@chromium.org2011-03-151-4/+8
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6677058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78281 0039d316-1c4b-4281-b951-d872f2087c98
* Replace views::TextRange with ui::Range.suzhe@google.com2011-03-1516-139/+75
| | | | | | | | | BUG=none TEST=original unittests. Review URL: http://codereview.chromium.org/6695021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78280 0039d316-1c4b-4281-b951-d872f2087c98
* Move MapWinsockError() and MapPosixError() to net_errors.h.sergeyu@chromium.org2011-03-1510-173/+149
| | | | | | | | | | | | Added new net::MapSystemError() that is now used in place of MapWinsockError() and MapPosixError() BUG=None TEST=compiles Review URL: http://codereview.chromium.org/6694032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78279 0039d316-1c4b-4281-b951-d872f2087c98
* Get rid of some more dependencies on chrome\common from plugin, in ↵jam@chromium.org2011-03-159-22/+22
| | | | | | | | | preparation for moving the plugin directory to content. TBR=avi Review URL: http://codereview.chromium.org/6677053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78278 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes crash if instant is enabled and you block JS.sky@chromium.org2011-03-154-2/+31
| | | | | | | | | | BUG=76077 TEST=see bug R=tonyg@chromium.org Review URL: http://codereview.chromium.org/6677030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78277 0039d316-1c4b-4281-b951-d872f2087c98
* Use an unlimited_quota in TestShell's SimpleFileSystem to allowadamk@chromium.org2011-03-151-1/+1
| | | | | | | | | | | | HTTP LayoutTests to access the File APIs. R=ericu@chromium.org,michaeln@chromium.org BUG=none TEST=none Review URL: http://codereview.chromium.org/6695030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78276 0039d316-1c4b-4281-b951-d872f2087c98
* Use extension to show activation message.oshima@google.com2011-03-156-81/+87
| | | | | | | | | | | | | | | | | Use localString to use WebUI parameter. I don't know exactly how, but seems like the wrong code was checked in and time_to_wait parameter wasn't used property. This CL revert this change to original code that uses LocalStrings. Ignore iframe's navigation message in interstitial page so it doesn't create insterstitial page twice. BUG=chromium-os:12286 TEST=none Review URL: http://codereview.chromium.org/6693010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78275 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 78272 - Changes to SSLConfigServicePref to use preferences fromrtenneti@chromium.org2011-03-1510-193/+55
| | | | | | | | | | | | | | | | | Local State rather than user preferences on linux. SSL settings will apply to all profiles. This change impacts SSL3, TLS1 and Cert revocation enabled check boxes. BUG=67622 TEST=Options UI for security settings on all platforms. R=wtc,mattm Review URL: http://codereview.chromium.org/6646023 TBR=rtenneti@google.com Review URL: http://codereview.chromium.org/6695033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78274 0039d316-1c4b-4281-b951-d872f2087c98
* Make ContentBrowserClient not be owned by ContentClient, so that the latter ↵jam@chromium.org2011-03-1512-17/+30
| | | | | | | | doesn't have to include a header from the former. Also tighten up DEPS checking so that we ensure that content\common doesn't depend on any other content directory. Review URL: http://codereview.chromium.org/6695029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78273 0039d316-1c4b-4281-b951-d872f2087c98
* Changes to SSLConfigServicePref to use preferences fromrtenneti@google.com2011-03-1510-55/+193
| | | | | | | | | | | | | | Local State rather than user preferences on linux. SSL settings will apply to all profiles. This change impacts SSL3, TLS1 and Cert revocation enabled check boxes. BUG=67622 TEST=Options UI for security settings on all platforms. R=wtc,mattm Review URL: http://codereview.chromium.org/6646023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78272 0039d316-1c4b-4281-b951-d872f2087c98
* Change cloud print dialog and command line switches for cloud print dialog ↵scottbyer@chromium.org2011-03-159-50/+98
| | | | | | | | | | | | | to support more than just PDF files. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=78231 Review URL: http://codereview.chromium.org/6685014 Patch from abodenha1 <abodenha@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78271 0039d316-1c4b-4281-b951-d872f2087c98
* Print pages in the reference build.cmp@chromium.org2011-03-151-19/+2
| | | | | | | | | | | | | | Remove a null SetUp method from PageCyclerExtensionTest and remove redundant call to parent's SetUp method. BUG=none TEST=page cycler tests with a failing current build should produce regular results for the reference build since pages will be defined Review URL: http://codereview.chromium.org/6698010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78270 0039d316-1c4b-4281-b951-d872f2087c98
* Oops, fix Linux build failures in r78239 caused by a bad resolve with r77904 ↵tschmelcher@chromium.org2011-03-152-6/+13
| | | | | | | | | | | and by using an enum value not defined in the Linux cairo headers. TEST=built on Linux BUG=none Review URL: http://codereview.chromium.org/6673051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78269 0039d316-1c4b-4281-b951-d872f2087c98
* Typo fix in black list descriptions (user visible).scheib@chromium.org2011-03-151-5/+5
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6696029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78268 0039d316-1c4b-4281-b951-d872f2087c98
* Fix build break: More missing quotes. I was able tomilligan@google.com2011-03-151-6/+6
| | | | | | | | repro the break this time and confirm the fix. Review URL: http://codereview.chromium.org/6697025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78267 0039d316-1c4b-4281-b951-d872f2087c98
* Printing: Move the default margin constants out of PdfPsMetafile.thestig@chromium.org2011-03-155-36/+24
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6694005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78266 0039d316-1c4b-4281-b951-d872f2087c98
* Adds some histograms from various omnibox queries. I'm doing this assky@chromium.org2011-03-152-0/+21
| | | | | | | | | | | | with the quick provider enabled the omnibox feels a bit sluggish and I would like to quantify that. I'll update the xml file separately. BUG=none TEST=none Review URL: http://codereview.chromium.org/6679049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78263 0039d316-1c4b-4281-b951-d872f2087c98
* Printing: MockPrinter should return valid default printer settings.thestig@chromium.org2011-03-153-26/+27
| | | | | | Review URL: http://codereview.chromium.org/6673038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78262 0039d316-1c4b-4281-b951-d872f2087c98
* fav icon -> favicon. Pass 9: chrome/browser/historyavi@chromium.org2011-03-1539-157/+156
| | | | | | | | | BUG=76073 TEST=none; no visible change Review URL: http://codereview.chromium.org/6696027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78261 0039d316-1c4b-4281-b951-d872f2087c98
* wstring: remove a needless wchar_t that is ASCIIevan@chromium.org2011-03-158-15/+15
| | | | | | | | | | | While I'm at it, remove kNotSignedInID. This was added in 2007 (!) and appears to be unused. BUG=76112 Review URL: http://codereview.chromium.org/6695004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78260 0039d316-1c4b-4281-b951-d872f2087c98
* wstring: remove some deprecated functions that are no longer usedevan@chromium.org2011-03-152-67/+0
| | | | | | | | BUG=76112 Review URL: http://codereview.chromium.org/6693003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78259 0039d316-1c4b-4281-b951-d872f2087c98
* Move collected cookies url constants into ChromeOS specific part.xiyuan@chromium.org2011-03-153-7/+7
| | | | | | | | | | | Because they are only used in ChromeOS. BUG=none. TEST=Expect no change in build and behavior. Review URL: http://codereview.chromium.org/6673046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78258 0039d316-1c4b-4281-b951-d872f2087c98
* fav icon -> favicon. Pass 8: content/avi@chromium.org2011-03-1514-39/+39
| | | | | | | | | BUG=76073 TEST=none; no visible change Review URL: http://codereview.chromium.org/6677051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78256 0039d316-1c4b-4281-b951-d872f2087c98
* wstring: remove needless use of conversions from Chrome Frameevan@chromium.org2011-03-151-12/+10
| | | | | | | | BUG=76112 Review URL: http://codereview.chromium.org/6673026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78255 0039d316-1c4b-4281-b951-d872f2087c98
* Updating XTBs based on .GRDs from branch 696karen@chromium.org2011-03-15202-14558/+31318
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78254 0039d316-1c4b-4281-b951-d872f2087c98
* Convert service messages to new format, remove internal.h file.tsepez@chromium.org2011-03-155-143/+65
| | | | | | Review URL: http://codereview.chromium.org/6694029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78252 0039d316-1c4b-4281-b951-d872f2087c98