summaryrefslogtreecommitdiffstats
path: root/chrome
Commit message (Collapse)AuthorAgeFilesLines
* Tear down service IPC channel before creating a new one.wez@chromium.org2011-03-041-0/+1
| | | | | | | | | BUG=74820 TEST=Start Chrome and enable Chromoting. Restart Chromer and open Preferences, and check that Remoting is correctly detected as enabled. Review URL: http://codereview.chromium.org/6612028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76903 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 691.0 to 692.0chrome-release@google.com2011-03-041-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76900 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Add chunked uploads support to SPDY"satish@chromium.org2011-03-042-16/+23
| | | | | | | | This reverts commit 8431a6e7be70b1b50b0d5b851bbe728b7fef220f. TBR=satish git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76896 0039d316-1c4b-4281-b951-d872f2087c98
* This is the first CL for a sequence of CLs that will add in the display ↵rharrison@chromium.org2011-03-0412-17/+231
| | | | | | | | | | | | | | | | infrastructure that I have built for the DOM Login and touch keyboard. If have created a reference CL for what the end product of this sequence is intended to be, so that I can give context for the CL under review.This can be found at: http://codereview.chromium.org/6577003/ This CL adds in chrome://login-container to touchui==1 and chromeos==1 builds. This page is hooked into the WebUI to enable testing and development of a Browser based container for the DOM Login screens. In this CL all it does it create a Browser with chrome://login in it. This functionality will be extended in following CLs. Patch from Ryan Harrison <rharrison@chromium.org> BUG=none TEST=manual Review URL: http://codereview.chromium.org/6579003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76894 0039d316-1c4b-4281-b951-d872f2087c98
* Enable speech input by default and remove unused code.satish@chromium.org2011-03-048-55/+2
| | | | | | | | | | | This CL is the same as what I submitted for M10 in http://codereview.chromium.org/6133006/, but rolled back then. We are now enabling the feature for M11. BUG=61677 TEST=browser_tests --gtest_filter="SpeechInputBrowserTest.*" Review URL: http://codereview.chromium.org/6610022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76893 0039d316-1c4b-4281-b951-d872f2087c98
* Add chunked uploads support to SPDYsatish@chromium.org2011-03-042-23/+16
| | | | | | | | | | | | | 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) Review URL: http://codereview.chromium.org/6292013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76892 0039d316-1c4b-4281-b951-d872f2087c98
* try to fix winthakis@chromium.org2011-03-041-8/+9
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76889 0039d316-1c4b-4281-b951-d872f2087c98
* Rename the bubble initialization method to InitBubble.thakis@chromium.org2011-03-044-26/+26
| | | | | | | | | | | | No intended functionality change. BUG=70465,72205 TEST=none TBR=ben Review URL: http://codereview.chromium.org/6628005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76888 0039d316-1c4b-4281-b951-d872f2087c98
* Take out the is_content_filtered bool that gets passed around betwen ↵jam@chromium.org2011-03-0411-49/+24
| | | | | | | | renderer/browser and WebKit, since it's not used anywhere. Review URL: http://codereview.chromium.org/6621006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76885 0039d316-1c4b-4281-b951-d872f2087c98
* Try to fix chromeos tests.thakis@chromium.org2011-03-041-1/+1
| | | | | | | | | | This is exactly why having overloads with the same name are a bad idea. BUG=none TEST=none TBR=ben git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76884 0039d316-1c4b-4281-b951-d872f2087c98
* Fix for mac_valgrind giving an error on condition variable.rtenneti@chromium.org2011-03-041-11/+17
| | | | | | | | | | | | Wait for ALL_DONE state before exiting the test. BUG=74727 TEST=mac_valgrind R=jar Review URL: http://codereview.chromium.org/6588135 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76883 0039d316-1c4b-4281-b951-d872f2087c98
* Try to fix chromeos build.thakis@chromium.org2011-03-041-1/+1
| | | | | | TBR=ben git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76882 0039d316-1c4b-4281-b951-d872f2087c98
* Remove WindowGtk::Init() to InitWindow().thakis@chromium.org2011-03-042-3/+3
| | | | | | | | | | | | | This makes it clear that this is not an intended override of WidgetGtk::Init(). No intended functionality change. BUG=70465,72205 TEST=none TBR=ben git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76881 0039d316-1c4b-4281-b951-d872f2087c98
* Try to fix arm build.thakis@chromium.org2011-03-042-6/+6
| | | | | | TBR=ben git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76879 0039d316-1c4b-4281-b951-d872f2087c98
* Rename ContextMenuController::ShowContextMenu() to ShowContextMenuForView().thakis@chromium.org2011-03-0413-34/+34
| | | | | | | | | | | | | | | For classes deriving from both View and ContextMenuController, this makes it clear which of method is overridden. Rename TabController::ShowContextMenu to ShowContextMenuForTab for the same reason. No intended functionality change. BUG=70465,72205 TEST=none TBR=beng git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76878 0039d316-1c4b-4281-b951-d872f2087c98
* Improve the error message shown the for ERR_CERT_INVALID SSL interstitial.rsleevi@chromium.org2011-03-042-2/+11
| | | | | | | | | | R=wtc BUG=63203 TEST=none Review URL: http://codereview.chromium.org/6598024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76877 0039d316-1c4b-4281-b951-d872f2087c98
* Addressing review comments from brettw.ananta@chromium.org2011-03-041-4/+2
| | | | | | | | | BUG=41157 TEST=none Review URL: http://codereview.chromium.org/6603033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76873 0039d316-1c4b-4281-b951-d872f2087c98
* Start Watching threads only if we are running. Activatertenneti@chromium.org2011-03-043-7/+22
| | | | | | | | | | | | | thread watching only if we have registered the Thread Watcher objects. BUG=74855 TEST=thread watcher, run browser with -uninstall option R=jar Review URL: http://codereview.chromium.org/6611031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76871 0039d316-1c4b-4281-b951-d872f2087c98
* UI for 802.1x connections.chocobo@chromium.org2011-03-044-94/+318
| | | | | | | | BUG=chromium-os:11412 TEST=None Review URL: http://codereview.chromium.org/6596064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76865 0039d316-1c4b-4281-b951-d872f2087c98
* Rename BookmarkBarView::WriteDragData to WriteBookmarkDragData.thakis@chromium.org2011-03-042-4/+5
| | | | | | | | | | | | This makes it obvious that this is not an attempt at overriding View::WriteDragData. BUG=XXX TEST=none Review URL: http://codereview.chromium.org/6624001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76862 0039d316-1c4b-4281-b951-d872f2087c98
* Disable startup page list in tabbed options when it's managed.estade@chromium.org2011-03-041-19/+42
| | | | | | | | | BUG=74423 TEST=see bug Review URL: http://codereview.chromium.org/6613007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76861 0039d316-1c4b-4281-b951-d872f2087c98
* gtk - Prevent crash on shutdown when animating status bubble and download itemestade@chromium.org2011-03-044-23/+26
| | | | | | | | | BUG=68888 TEST=none Review URL: http://codereview.chromium.org/6610010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76860 0039d316-1c4b-4281-b951-d872f2087c98
* importer: Cleanup the names of files and classes under ui/views/importer ↵tfarina@chromium.org2011-03-0415-177/+185
| | | | | | | | | | | | | | directory. - Match the names of the files with the current pattern used in the ui/gtk/importer directory. - Add OVERRIDE to a bunch of virtual methods. BUG=None TEST=existing unit_tests. Review URL: http://codereview.chromium.org/6613017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76859 0039d316-1c4b-4281-b951-d872f2087c98
* Use SetLibcrosTimeHistogramFunction to add cros timing histograms.stevenjb@google.com2011-03-041-2/+26
| | | | | | | | | BUG=chromium-os:12322 TEST=Build Chrome. Go to about:histograms. There should be a number of entries starting with "Cros." with timings from libcros. Review URL: http://codereview.chromium.org/6544024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76856 0039d316-1c4b-4281-b951-d872f2087c98
* Create a "GetWOW64Status()" utility function and make the rest of the ↵pkasting@chromium.org2011-03-044-60/+16
| | | | | | | | | | codebase call it. BUG=none TEST=none Review URL: http://codereview.chromium.org/6610029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76854 0039d316-1c4b-4281-b951-d872f2087c98
* Additional validation code for PrefixSet.shess@chromium.org2011-03-044-35/+112
| | | | | | | | | | | | | | | | | The PrefixSet-vs-BloomFilter histograms showed a minor discrepency, with a very small number of PREFIX_SET_EVENT_BLOOM_MISS_PREFIX_HIT reports. This CL adds code to regenerate the prefix list and manually double-check. Additionally, reduce memory use by requiring the input prefix vector to be pre-sorted. BUG=71832 TEST=none Review URL: http://codereview.chromium.org/6591087 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76853 0039d316-1c4b-4281-b951-d872f2087c98
* Webui: increase margin below column headers and site list in cookies and ↵mdm@chromium.org2011-03-041-1/+1
| | | | | | | | | | other data page. BUG=74877 TEST=there is more padding below the column headers Review URL: http://codereview.chromium.org/6603035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76852 0039d316-1c4b-4281-b951-d872f2087c98
* WebUI Prefs: Animate the subpage slide-in with padding, rather than marginstuartmorgan@chromium.org2011-03-042-4/+4
| | | | | | | | | | | This makes it much less likely that the animation will cause a flash of scroll bars. BUG=74869 TEST=Open a subpage; unless the window is only slightly wider than the min page width, there should be no scrollbars. Review URL: http://codereview.chromium.org/6603031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76851 0039d316-1c4b-4281-b951-d872f2087c98
* Adding multisampling to GPU software rendering list feature sets. Allow ↵zmo@google.com2011-03-045-47/+66
| | | | | | | | | | | mutilple devices in a single software rendering list entry. Change string to integer for a software rendering list entry id. BUG=none TEST=unittest Review URL: http://codereview.chromium.org/6610025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76850 0039d316-1c4b-4281-b951-d872f2087c98
* Localized string declaration cleanup.mdm@chromium.org2011-03-041-52/+36
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6615005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76848 0039d316-1c4b-4281-b951-d872f2087c98
* Rename the methods in DragController.thakis@chromium.org2011-03-046-45/+53
| | | | | | | | | | | | | | | They used to have the same name as methods in View. Some views would derive from both View and DragController, which was confusing. For example for clang's -Woverride-virtual. No functionality change. BUG=70465,72205 TEST=none Review URL: http://codereview.chromium.org/6609033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76847 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 76840 - Removed GPU plugin.jcivelli@chromium.org2011-03-0418-19/+1032
| | | | | | | | | | | | | | Pepper 3D v2 does not use the GPU plugin. It is integrated with the accelerated compositor. TEST=PPAPI 3D v2 still works, trybots BUG=none Review URL: http://codereview.chromium.org/6588090 TBR=apatrick@chromium.org Review URL: http://codereview.chromium.org/6614030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76845 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 76825 - Refactor Views accessibility.jcivelli@chromium.org2011-03-0463-407/+358
| | | | | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6581010 TBR=dmazzoni@chromium.org Review URL: http://codereview.chromium.org/6612035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76844 0039d316-1c4b-4281-b951-d872f2087c98
* ui_tests: use the correct tab titleevan@chromium.org2011-03-031-1/+1
| | | | | | | | | | To get the title actually shown by a tab, call the function that we use for computing the tab text. (Sometimes it returns title() and sometimes it computes something more complex.) Review URL: http://codereview.chromium.org/6612031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76841 0039d316-1c4b-4281-b951-d872f2087c98
* Removed GPU plugin.apatrick@chromium.org2011-03-0318-1032/+19
| | | | | | | | | | | Pepper 3D v2 does not use the GPU plugin. It is integrated with the accelerated compositor. TEST=PPAPI 3D v2 still works, trybots BUG=none Review URL: http://codereview.chromium.org/6588090 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76840 0039d316-1c4b-4281-b951-d872f2087c98
* Release notes for M10.kathyw@chromium.org2011-03-034-12/+54
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6609001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76837 0039d316-1c4b-4281-b951-d872f2087c98
* Split infobar_test_helper.[h,mm] into separate pieces for the different ↵tfarina@chromium.org2011-03-038-148/+166
| | | | | | | | | | | classes defined within. BUG=None TEST=existing unit_tests. Review URL: http://codereview.chromium.org/6612008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76836 0039d316-1c4b-4281-b951-d872f2087c98
* Linux Printing: Properly print a subset of all pages.thestig@chromium.org2011-03-033-9/+26
| | | | | | | | BUG=59732 TEST=Open a 10 PDF, print pages 6,7,8 or pages 6-8. Review URL: http://codereview.chromium.org/6592093 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76835 0039d316-1c4b-4281-b951-d872f2087c98
* [Sync] Fix the session info on NTP to properly set opacity. Fix bug in ↵zea@chromium.org2011-03-033-7/+12
| | | | | | | | | | | association for dev console. BUG=74771 TEST=Run with --enable-sync-sessions and --sync-url set to a server that supports sessions. Check that sessions are visible. Review URL: http://codereview.chromium.org/6610008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76832 0039d316-1c4b-4281-b951-d872f2087c98
* Change threading semantics in P2PSocketClient.sergeyu@chromium.org2011-03-033-52/+85
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/6611024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76831 0039d316-1c4b-4281-b951-d872f2087c98
* Print Preview: Enumerate printers on the FILE thread.thestig@chromium.org2011-03-032-11/+60
| | | | | | | | BUG=none TEST=Less UI jank when opening the print preview tab. Review URL: http://codereview.chromium.org/6611008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76829 0039d316-1c4b-4281-b951-d872f2087c98
* Printing: Re-enable PrintJobTest.SimplePrint that use to crash with a DCHECK.thestig@chromium.org2011-03-031-7/+1
| | | | | | | | BUG=55181 TEST=none Review URL: http://codereview.chromium.org/6575014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76828 0039d316-1c4b-4281-b951-d872f2087c98
* Move MessageRouter from chrome to content.jam@chromium.org2011-03-0310-130/+10
| | | | | | | TBR=avi Review URL: http://codereview.chromium.org/6603027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76827 0039d316-1c4b-4281-b951-d872f2087c98
* Printing: Check for NULL TabContents in PrintViewManager.thestig@chromium.org2011-03-031-4/+5
| | | | | | | | BUG=74770 TEST=Trigger bug 59732 - open a 10 page PDF, print pages 6,7. Then qutting the browser should not cause it to crash. Review URL: http://codereview.chromium.org/6603007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76826 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor Views accessibility.dmazzoni@chromium.org2011-03-0363-358/+407
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6581010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76825 0039d316-1c4b-4281-b951-d872f2087c98
* Change these JS files from CRLF to LF eol-style. svn:eol-style had been ↵dtseng@chromium.org2011-03-032-101/+101
| | | | | | | | applied after initial checkin. TBR=dtseng git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76823 0039d316-1c4b-4281-b951-d872f2087c98
* [NTP] Focus already opened NTP when an app is installed, instead of opening ↵jstritar@chromium.org2011-03-032-15/+42
| | | | | | | | | | | a new one. BUG=61285 TEST=See bug. Review URL: http://codereview.chromium.org/6602052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76822 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Confirm-to-Quit: Draw the window frame ourselves to not show the titlebar.rsesek@chromium.org2011-03-036-1101/+108
| | | | | | | | | | | | | | This removes the XIB in favor of doing programmatic drawing. As a side effect of not having a titlebar, the window will no longer be eligible to take key status (fixing crbug.com/74813). BUG=74813 TEST=Visual Review URL: http://codereview.chromium.org/6612019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76821 0039d316-1c4b-4281-b951-d872f2087c98
* Add a NavigateToURL automation method which uses the JSON interface. Use it ↵kkania@chromium.org2011-03-0311-36/+315
| | | | | | | | | | | in ChromeDriver. BUG=none TEST=none Review URL: http://codereview.chromium.org/6588115 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76820 0039d316-1c4b-4281-b951-d872f2087c98
* Stop about:gpu from accessing the GpuProcessHost shim directly whennduca@chromium.org2011-03-034-21/+40
| | | | | | | | | | | | asking for complete gpu info. This fixes the case where each reload of about:gpu would previousy relaunch the GpuProcess on blacklisted machines. BUG= TEST= Review URL: http://codereview.chromium.org/6613026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76819 0039d316-1c4b-4281-b951-d872f2087c98