summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* GTK: unbreak extension badges.estade@chromium.org2010-08-042-15/+27
| | | | | | | | | BUG=50682 TEST=load make_page_red, you can see the badge; dragging still works, clicking still works, removing icons still works Review URL: http://codereview.chromium.org/3064039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54954 0039d316-1c4b-4281-b951-d872f2087c98
* To effectively test some parts of chrome for cros on the linux desktop, we ↵davemoore@chromium.org2010-08-0433-2213/+2324
| | | | | | | | need a way to start chrome logged in. The login UI requires the WM to display, so I added command line options to do this. But we needed the full functionality of login, which doesn't work when libcros can't be loaded. I created stubs for all the cros api. I then took both stubs and the real implementations and put them entirely inside the .cc files (no separate declaration of the implementations in the .h files). Review URL: http://codereview.chromium.org/3076029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54950 0039d316-1c4b-4281-b951-d872f2087c98
* AppCache: Provide a way to override the default quota for an origin. The ↵michaeln@chromium.org2010-08-044-5/+92
| | | | | | | | | | | intent is to use this to support the 'unlimited_storage' privilege of Chrome Applications. BUG=49993 TEST=AppCacheStorageImplTest.FailStoreGroup Review URL: http://codereview.chromium.org/3083014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54949 0039d316-1c4b-4281-b951-d872f2087c98
* Pass notifications to the browser when a document is accessing an appcache.michaeln@chromium.org2010-08-041-2/+4
| | | | | | | | | BUG=45230 TEST=manual Review URL: http://codereview.chromium.org/3023038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54948 0039d316-1c4b-4281-b951-d872f2087c98
* [Linux Views] Refactor accelerator handler related code.suzhe@chromium.org2010-08-0412-154/+176
| | | | | | | | | | | | | | | | | This CL removes the accelerator handling logic in accelerator_handler_gtk.cc and implements a much simpler solution in WidgetGtk. The new approach always sends a key event to the focused View and native GtkWidget first and only sends it to the focus manager if it's not handled by any View or native GtkWidget. BUG=23383 AcceleratorHandler on Windows should not dispatch the KEYUP messages eaten by the FocusManager BUG=40966 BrowserKeyEventsTest.AccessKeys is crashy BUG=49701 [Linux Views]Some Emacs keybindings are broken in omnibox and find in page box. TEST=Press Alt key in different place (web page, omnibox, find bar, etc.) to see if menu bar can be focused correctly. Press alt-F to popup wrench menu and Escape to close it, then try alt key again. Review URL: http://codereview.chromium.org/3046041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54947 0039d316-1c4b-4281-b951-d872f2087c98
* Remove a deprecated wstring ToLower function.tony@chromium.org2010-08-048-18/+12
| | | | | | | | BUG=23581 Review URL: http://codereview.chromium.org/3044043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54946 0039d316-1c4b-4281-b951-d872f2087c98
* Remove wstring-ness from some more locale variables.evan@chromium.org2010-08-0411-15/+15
| | | | | | Review URL: http://codereview.chromium.org/3043055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54945 0039d316-1c4b-4281-b951-d872f2087c98
* Rename GetStringAsUTF16() to GetString() (and overload), etc.viettrungluu@chromium.org2010-08-0415-168/+147
| | | | | | | | | | | | Also do some drive-by wstring/wchar_t -> string/char changes (in addition to the necessary ones). BUG=none TEST=builds and tests pass Review URL: http://codereview.chromium.org/3091005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54944 0039d316-1c4b-4281-b951-d872f2087c98
* Leaks found in PrefValueStoreTest testsdhollowa@chromium.org2010-08-042-0/+65
| | | | | | | | | | | Suppresses leaks apparently introduced in revision 54902. http://codereview.chromium.org/2858060 BUG=51176, 45324 TEST=Run Valgrind. No leaks reported. PrefValueStoreTest.TestRefreshPolicyPrefsCompletion, PrefValueStoreTest.TestRefreshPolicyPrefsCompletion, PrefValueStoreTest.TestConcurrentPolicyRefresh Review URL: http://codereview.chromium.org/3076030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54943 0039d316-1c4b-4281-b951-d872f2087c98
* Makes browser windows always render active on chromeos.sky@chromium.org2010-08-041-0/+6
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/3007031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54942 0039d316-1c4b-4281-b951-d872f2087c98
* Add "Other..." to wireless networks.xiyuan@chromium.org2010-08-043-5/+49
| | | | | | | | | | | | | - Create a fake network item for "Other..." in InternetOptionsHandler; - Update js to handle "Other...". That is, no icon, status and action buttons for this item and click on the item brings up the wifi dialog; - Show default cursor on network item text; BUG=chromium-os:4744 TEST=Verify that "Other..." shows up at the end of wireless networks and works. Review URL: http://codereview.chromium.org/3046044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54941 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup of unused code.avi@chromium.org2010-08-041-1/+0
| | | | | | | | | BUG=none TEST=no change Review URL: http://codereview.chromium.org/3064040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54940 0039d316-1c4b-4281-b951-d872f2087c98
* Update my email address for watch lists, and add plugin watchingstuartmorgan@chromium.org2010-08-041-2/+3
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/3060041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54936 0039d316-1c4b-4281-b951-d872f2087c98
* A couple of minor fixes for CopyTexImage2Dgman@chromium.org2010-08-045-44/+39
| | | | | | | | | TEST=unit tests BUG=none Review URL: http://codereview.chromium.org/3030038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54935 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes warm-start performance on Vista and Win7 when using pre-reading ↵slightlyoff@chromium.org2010-08-041-16/+57
| | | | | | | | | | | optimization. Avg times go from ~500ms to ~300ms. TEST=run chrome_frame_perftests.exe --gtest_filter=*X.PerfWarm on Vista/Win7 and XP. Note that warm starts are now faster on Vista and unchanged on XP. BUG=45510 Review URL: http://codereview.chromium.org/3058023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54934 0039d316-1c4b-4281-b951-d872f2087c98
* PrependWrapper is platform-specific, so it should take a platform string.evan@chromium.org2010-08-049-24/+23
| | | | | | | | | Though the comments said it was POSIX only, I see it used on Windows as well so I'm updating the comment. Review URL: http://codereview.chromium.org/3030043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54933 0039d316-1c4b-4281-b951-d872f2087c98
* Adds an option, enabled by default, to net-internals tocbentzel@chromium.org2010-08-045-18/+51
| | | | | | | | | | | | | | | | | | | remove cookies from log dumps. Also, SPDY headers are now displayed (And stored) just like http ones. Cookies are always shown on the Requests page. As an added bonus, removes a superfluous </b> from index.html. Contributed by: mmenke@google.com BUG= 50668 TEST= Go to about:net-internals, and check for properly hiding cookies for both HTTP and SPDY, for both sent and received cookies. Review URL: http://codereview.chromium.org/3072013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54932 0039d316-1c4b-4281-b951-d872f2087c98
* tabbed content settings:estade@chromium.org2010-08-041-5/+39
| | | | | | | | | | | | - Implement add button - disable edit/remove buttons when appropriate BUG=48862 TEST=manual Review URL: http://codereview.chromium.org/3076028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54931 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 54771 - Enable speculative preconnection by defaultjar@chromium.org2010-08-0412-219/+38
| | | | | | | | | | | | | | Added histogram to track utilization (vs waste). [The stability bot was reporting problems, so I'm reverting] r=mbelshe Review URL: http://codereview.chromium.org/3026038 TBR=jar@chromium.org Review URL: http://codereview.chromium.org/3090011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54930 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 54795 - Initialize was_ever_connected_ in ClientSocket.jar@chromium.org2010-08-041-2/+1
| | | | | | | | | | | | | | I'm reverting 54771... so I had to revert this first. BUG=51079 TEST=Built net_unittests Review URL: http://codereview.chromium.org/3010050 TBR=cbentzel@chromium.org Review URL: http://codereview.chromium.org/3029057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54929 0039d316-1c4b-4281-b951-d872f2087c98
* GTK: Fix upgrade notification dot.estade@chromium.org2010-08-042-17/+18
| | | | | | | | | | | Changing the wrench menu to a custom button broke it. BUG=50682 TEST=visual Review URL: http://codereview.chromium.org/3058041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54928 0039d316-1c4b-4281-b951-d872f2087c98
* Fix valgrind mem leak per chromium:51134.xiyuan@chromium.org2010-08-042-29/+2
| | | | | | | | | BUG=chromium:51134 TEST=CrOS UI (valgrind) should not complain mem leak as in issue 51134. Review URL: http://codereview.chromium.org/3036042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54927 0039d316-1c4b-4281-b951-d872f2087c98
* Add a presubmit check that catches |const NSString*| and friends.thakis@chromium.org2010-08-041-0/+23
| | | | | | | | BUG=TEST=none Review URL: http://codereview.chromium.org/3082016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54925 0039d316-1c4b-4281-b951-d872f2087c98
* Mac: Make clang compile unit_tests.thakis@chromium.org2010-08-043-3/+2
| | | | | | | | BUG=TEST=none Review URL: http://codereview.chromium.org/3012045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54924 0039d316-1c4b-4281-b951-d872f2087c98
* Initial port of accelerated compositor to Mac OS X 10.6. Reusedkbr@google.com2010-08-0428-46/+403
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | infrastructure added for Pepper 3D and Core Animation plugins to render the compositor's output. The implementation allocates a fake "plugin window handle" on the browser side which is the "root" handle, containing the compositor's output, and which, if present, is drawn before any other accelerated plugin instances. Added messages from GPU process to browser process for handling window resizing and presentation of output. Added support to GGL for "view" contexts on Mac OS X, used only for the accelerated compositor, and requiring explicit resize notifications. The remainder of this port will go into the WebKit repository under https://bugs.webkit.org/show_bug.cgi?id=43398 after this for dependency reasons. Tested manually with CSS 3D and WebGL demos. Several stability and correctness issues remain and will be addressed in following CLs; however, the current code works for the majority of basic use cases including switching between accelerated compositing on and off, and scrolling of content. BUG=38969 TEST=none Review URL: http://codereview.chromium.org/3067026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54923 0039d316-1c4b-4281-b951-d872f2087c98
* Make options tabs keyboard-accessible.dmazzoni@chromium.org2010-08-041-0/+7
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/3083010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54921 0039d316-1c4b-4281-b951-d872f2087c98
* Fix Firefox import lock dialog on Windows.mirandac@chromium.org2010-08-045-20/+27
| | | | | | | | BUG=50577 TEST= run chrome first_run with import while Firefox is default browser and open. Dialog should pop up telling user to close FF. Review URL: http://codereview.chromium.org/2868077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54920 0039d316-1c4b-4281-b951-d872f2087c98
* Rudamentary Chrome extension version of the chromoting client UI.ajwong@chromium.org2010-08-046-69/+302
| | | | | | | | | | | | | This implements a bare-bones interface to starting a chromoting client session. It currently loads the plugin within the popup itself which is bad, but at least it works as a proof of concept. BUG=50248 TEST=runs and connects locally. Review URL: http://codereview.chromium.org/3046045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54919 0039d316-1c4b-4281-b951-d872f2087c98
* Factor out NormalizeToNativeFilePath from NormalizeFilePathcpu@chromium.org2010-08-042-42/+46
| | | | | | | | | | | | - Also do some cleaning up, fixing invalid usage of ScopedHandle BUG=50774 TEST=existing unit tests suffice Review URL: http://codereview.chromium.org/3043050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54918 0039d316-1c4b-4281-b951-d872f2087c98
* Remove wstrings from l10n_util/ResourceBundle locale functions.evan@chromium.org2010-08-0421-64/+62
| | | | | | Review URL: http://codereview.chromium.org/3069026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54917 0039d316-1c4b-4281-b951-d872f2087c98
* When toggling an extension in incognito, don't disable/reenable the extensionmpcomplete@chromium.org2010-08-041-3/+8
| | | | | | | | | | | unless it's already enabled. BUG=50582 TEST=toggling extension in incognito still works, and syncs properly Review URL: http://codereview.chromium.org/3043053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54916 0039d316-1c4b-4281-b951-d872f2087c98
* Rename DictionaryValue's SetStringFromUTF16() to SetString() (and overload).viettrungluu@chromium.org2010-08-0418-391/+392
| | | | | | | | | | | | | Also do a bunch of drive-by changes while I'm at it. Still to do: rename GetStringAsUTF16() to GetString(). BUG=none TEST=builds everywhere, tests pass Review URL: http://codereview.chromium.org/3033050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54915 0039d316-1c4b-4281-b951-d872f2087c98
* Fixing css layoutsdhg@chromium.org2010-08-044-53/+90
| | | | | | Review URL: http://codereview.chromium.org/3030040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54914 0039d316-1c4b-4281-b951-d872f2087c98
* Adding mocked out pages for the proxy settings.dhg@chromium.org2010-08-048-1/+230
| | | | | | Review URL: http://codereview.chromium.org/3051007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54913 0039d316-1c4b-4281-b951-d872f2087c98
* Wording change for network options UI.xiyuan@chromium.org2010-08-041-2/+2
| | | | | | | | | | | | "Wireless network" -> "Wireless networks" "Remembered network" -> "Remembered networks" BUG=chromium-os:4744 TEST=Verify plural form of "network" is used for wireless and remembered network section header. Review URL: http://codereview.chromium.org/3075020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54912 0039d316-1c4b-4281-b951-d872f2087c98
* Use the "tabIndex" property on the wizard iframes to prevent tabbing between ↵skrul@chromium.org2010-08-041-5/+13
| | | | | | | | | | iframes. BUG=48138 Review URL: http://codereview.chromium.org/2819089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54911 0039d316-1c4b-4281-b951-d872f2087c98
* Clear username (along with password) in NewUserView as long as NewUserView ↵nkostylev@google.com2010-08-045-1/+24
| | | | | | | | | | | | | was abandoned and revisited later. Also for NewUserView: get focus on username not password. BUG=http://crosbug.com/4330 TEST=Manual Review URL: http://codereview.chromium.org/3032053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54910 0039d316-1c4b-4281-b951-d872f2087c98
* Add Framework for History Quick Providermrossetti@chromium.org2010-08-0417-204/+345
| | | | | | | | | | | Incorporate 'quick' history provider index as an autocomplete provider in preparation for the replacement of the current history_url_provider. This step refactors the history provider code a bit, introduces the replacement class (history-quick_provider), and adds a unittest template. Note that the 'quick' provider will only support the fast, synchronous autocomplete pass. Once the quick provider has been completed the current history_url_provider will be replaced. In the meantime, the latter will remain in operation in order to provide the slower history results. BUG=None TEST=None Review URL: http://codereview.chromium.org/3005050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54908 0039d316-1c4b-4281-b951-d872f2087c98
* net: add DnsRRResovler to fetch arbitary DNS resource types.agl@chromium.org2010-08-046-0/+588
| | | | | | | | | | | (Linux/Mac only for now.) TEST=net_unittests BUG=none http://codereview.chromium.org/3029035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54907 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor HttpNetworkTransaction to eliminate the SPDYrch@chromium.org2010-08-043-227/+121
| | | | | | | | | | | | | | | | | | | | | | | | | specific states of the state machine. This required adding two new states: STATE_INIT_STREAM STATE_INTI_STREAM_COMPLETE The http_stream_ and spdy_http_stream_ member fields have been removed, and replaced by a single stream_ member field which is initialized with either an HttpBasicStream, or SpdyHttpStream depending on the underlying connection. In the process, the NetLog no longer receives TYPE_SPDY events, only TYPE_HTTP, so spdy_network_transaction_unittest.cc needed to be modified accordingly. BUG=50267 TEST=none Review URL: http://codereview.chromium.org/3064033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54906 0039d316-1c4b-4281-b951-d872f2087c98
* One more thing to get coverage working on Windows.mad@google.com2010-08-041-0/+2
| | | | | | | | | | Sorry about that, a little oversight from yesterday's CL, since it's in another repo. BUG=0 TEST=Look at the windows coverage dashboard, it should start being meaningful soon. :-) Review URL: http://codereview.chromium.org/3090008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54905 0039d316-1c4b-4281-b951-d872f2087c98
* Not showing OEM EULA border if nothing to show there.glotov@chromium.org2010-08-042-29/+42
| | | | | | | | | BUG=chromium:3178 TEST=none Review URL: http://codereview.chromium.org/3060040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54904 0039d316-1c4b-4281-b951-d872f2087c98
* Cleaning up flakiness of a URLSecurityManager unit test.ahendrickson@chromium.org2010-08-041-23/+0
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/2003012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54903 0039d316-1c4b-4281-b951-d872f2087c98
* Changing policy while Chrome is running should refresh preferences without ↵danno@chromium.org2010-08-0411-29/+461
| | | | | | | | | | | | | relaunching Includes windows-only Group Policy watcher that triggers policy refresh. BUG=45324 TEST=--gtest_filter=PrefValueStoreTest.* and manual Review URL: http://codereview.chromium.org/2858060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54902 0039d316-1c4b-4281-b951-d872f2087c98
* Generalize the suppression for bug 50968glider@chromium.org2010-08-041-22/+51
| | | | | | | | | | | | Expand the suppressions for bugs 50252 and 48553 Add a new suppression for bug 51057 BUG=50968,50252,48553,51057 TBR=timurrrr Review URL: http://codereview.chromium.org/3090010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54900 0039d316-1c4b-4281-b951-d872f2087c98
* Roll out r54896 - too many cycler failures.pfeldman@chromium.org2010-08-041-1/+1
| | | | | | | | TBR=sgjesse. Review URL: http://codereview.chromium.org/3005054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54898 0039d316-1c4b-4281-b951-d872f2087c98
* Add linux webkit-tests dbg crashes into expectations until the roll.pfeldman@chromium.org2010-08-041-0/+3
| | | | | | Review URL: http://codereview.chromium.org/2873097 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54897 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 2.3.5sgjesse@google.com2010-08-041-1/+1
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/3037041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54896 0039d316-1c4b-4281-b951-d872f2087c98
* Integrate register screen into OOBE.nkostylev@google.com2010-08-045-39/+78
| | | | | | | | | | | | Load startup manifest till device is registered. Skip registration if any error occurs on register screen/page. BUG= http://crosbug.com/4645 TEST=manually. Go through whole OOBE process, use startup manifest with external register page. Review URL: http://codereview.chromium.org/3044042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54895 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 64626:64638.pfeldman@chromium.org2010-08-041-1/+1
| | | | | | | | TBR=jianli Review URL: http://codereview.chromium.org/3060044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54894 0039d316-1c4b-4281-b951-d872f2087c98