summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* dom-ui settings: Add search field and search page elements. Search ↵csilv@chromium.org2010-11-197-2/+130
| | | | | | | | | | capability TBD. BUG=59267 TEST=manual Review URL: http://codereview.chromium.org/5234001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66783 0039d316-1c4b-4281-b951-d872f2087c98
* Added more digest auth unit tests.cbentzel@chromium.org2010-11-191-0/+161
| | | | | | | | | | These tests go through the normal lifecycle of the auth handler. They did not expose any broken code. BUG=None TEST=net_unittests --gtest_filter="*HttpAuthHandlerDigest*" Review URL: http://codereview.chromium.org/5185003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66782 0039d316-1c4b-4281-b951-d872f2087c98
* Add c/dev/ppb_widget_dev.h and cpp/non_thread_safe_ref_count.h to ppapi.gyp. ↵dmichael@google.com2010-11-194-30/+86
| | | | | | | | | | | | | Add a simple test to ensure all C++ files compile. Re-sorted the includes in test_c_includes.c that uncovered a problem whereby ppapi headers expect pp_stdint.h to include stddef.h, and it wasn't doing it on Windows. See http://codereview.chromium.org/5190004/ for an attempt at automating the test generation and verification of ppapi.gyp. BUG=66321 TEST=None Review URL: http://codereview.chromium.org/5233002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66781 0039d316-1c4b-4281-b951-d872f2087c98
* Don't load the old layout test plugin in DRT.tony@chromium.org2010-11-191-0/+17
| | | | | | | | | This will enable us to switch to using the upstream TestNetscapePlugIn on Windows and Linux. Review URL: http://codereview.chromium.org/5218001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66780 0039d316-1c4b-4281-b951-d872f2087c98
* ANGLE roll 473:487alokp@chromium.org2010-11-191-1/+1
| | | | | | Review URL: http://codereview.chromium.org/5237002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66778 0039d316-1c4b-4281-b951-d872f2087c98
* Remove pp::Var(int) garianov@google.com2010-11-192-7/+0
| | | | | | Review URL: http://codereview.chromium.org/5215002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66774 0039d316-1c4b-4281-b951-d872f2087c98
* Fix openssl build to work with AllowSingleton changesjoth@chromium.org2010-11-192-6/+25
| | | | | | | | | BUG=61585 TEST=net & base unit tests; start & quit browser Review URL: http://codereview.chromium.org/5102006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66772 0039d316-1c4b-4281-b951-d872f2087c98
* Show the URL when there's no title in the DOMUI prefs start-page dialogstuartmorgan@chromium.org2010-11-191-7/+10
| | | | | | | | | | | See chromium-os bug 9009. BUG=None TEST=Add start page in DOMUI options; if there's no title for a page, the URL should be displayed. Review URL: http://codereview.chromium.org/5162005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66771 0039d316-1c4b-4281-b951-d872f2087c98
* Storing image of logged-in user after picture taking screen to be ↵avayvod@chromium.org2010-11-192-0/+2
| | | | | | | | | | | initialized during user session. BUG=chromiumos:9253,chromiumos:7939 TEST=Verify that after taking user picture, it shows on screen locker and in Settings > Personal before user signs out. Review URL: http://codereview.chromium.org/5197003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66770 0039d316-1c4b-4281-b951-d872f2087c98
* Burn on date added to the Chrome OS version string on welcome screen for ↵glotov@google.com2010-11-199-22/+49
| | | | | | | | | | | official builds. BUG=chromium-os:8164 TEST=On official builds, version string (in the bottom of the screen) must have the image date. Review URL: http://codereview.chromium.org/5228001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66769 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 72376 -> 72395.antonm@chromium.org2010-11-191-1/+1
| | | | | | Review URL: http://codereview.chromium.org/5208005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66768 0039d316-1c4b-4281-b951-d872f2087c98
* Make sure tasks retain ownership of arguments for deferred execution.siggi@chromium.org2010-11-193-74/+149
| | | | | | | | | BUG=63748 TEST=Unit and intergation tests. Review URL: http://codereview.chromium.org/5191003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66767 0039d316-1c4b-4281-b951-d872f2087c98
* Use the new icons from Cole for about:conflicts.finnur@chromium.org2010-11-196-3/+4
| | | | | | | | | BUG=51105 TEST=None Review URL: http://codereview.chromium.org/5124004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66766 0039d316-1c4b-4281-b951-d872f2087c98
* Follow up comments on SymmetricKey::Import docsjoth@chromium.org2010-11-191-4/+4
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/5223001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66765 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a data race on ObserverListBase<>::Iterator in sync teststimurrrr@chromium.org2010-11-191-0/+9
| | | | | | | | | BUG=62880 TBR=glider TEST=TSan/Linux should go green Review URL: http://codereview.chromium.org/5179004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66764 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: provide response code and status text as a part of raw headers data.pfeldman@chromium.org2010-11-196-9/+23
| | | | | | | | | BUG=44867 TEST= Review URL: http://codereview.chromium.org/5106002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66763 0039d316-1c4b-4281-b951-d872f2087c98
* Allow users to hide Browser Actions by right-clicking the icon and selecting ↵finnur@chromium.org2010-11-1911-11/+147
| | | | | | | | | | | | | Hide. To un-hide, you need to disable and enable the extension. BUG=57824 TEST=BrowserActionsContainerTest.ForceHide, ExtensionPrefsHidingBrowserActions.ForceHide Review URL: http://codereview.chromium.org/5164002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66760 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 590.0 to 591.0chrome-release@google.com2010-11-191-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66758 0039d316-1c4b-4281-b951-d872f2087c98
* Add registered shell extensions to enumerated module list on about:conflicts.finnur@chromium.org2010-11-193-35/+115
| | | | | | | | | BUG=51105 TEST=None Review URL: http://codereview.chromium.org/5092007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66756 0039d316-1c4b-4281-b951-d872f2087c98
* Move DeviceManagementPolicyProvider into the profile.mnissler@chromium.org2010-11-1920-131/+179
| | | | | | | | | | | Previously, we used only one provider, which would break in situations where there are two profiles (which ChromeOS already does), because it would apply the policy to both profiles and not only the logged in one. For this to work properly, we also need to pass the relevant TokenService instance the DeviceTokenFetcher, so the fetcher can decide whether the token is relevant to it by checking whether the TokenService that sent it is the one associated with the right profile. BUG=63608 TEST=existing unit tests succeed Review URL: http://codereview.chromium.org/5174006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66755 0039d316-1c4b-4281-b951-d872f2087c98
* Avoid double Register in NotificationRegistrar.dilmah@chromium.org2010-11-191-2/+2
| | | | | | | | | | | It works in Release build but causes DCHECK crash in Debug. BUG=http://crosbug.com/9210 TEST=Manual Review URL: http://codereview.chromium.org/5110005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66754 0039d316-1c4b-4281-b951-d872f2087c98
* Limit chrome:filebrowse access to the same directory as file://dpolukhin@chromium.org2010-11-192-3/+21
| | | | | | | | | BUG=http://code.google.com/p/chromium-os/issues/detail?id=9212 TEST=manual Review URL: http://codereview.chromium.org/5159003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66751 0039d316-1c4b-4281-b951-d872f2087c98
* Added linux to one of the test failures.levin@chromium.org2010-11-191-1/+1
| | | | | | | | | | BUG=None TEST=None TBR=antonm@chromium.org Review URL: http://codereview.chromium.org/5161004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66750 0039d316-1c4b-4281-b951-d872f2087c98
* On windows, send audio hardware info with speech input requests if user ↵satish@chromium.org2010-11-1915-10/+273
| | | | | | | | | | | | | consented. This may help identify quality issues. BUG=61677 TEST=none Review URL: http://codereview.chromium.org/4724001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66749 0039d316-1c4b-4281-b951-d872f2087c98
* Update test expectations due to roll.levin@chromium.org2010-11-191-0/+5
| | | | | | | | | | BUG=None TEST=None TBR=antonm@chromium.org Review URL: http://codereview.chromium.org/5234004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66748 0039d316-1c4b-4281-b951-d872f2087c98
* Removed mentions of changing picture later in Settings since there's no such ↵avayvod@chromium.org2010-11-191-2/+2
| | | | | | | | | | thing yet. BUG=chromium-os:9393 TEST=Verify that Settings are not mentioned in both screen title and message when camera fails to initialize. TBR=zelidrag@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66747 0039d316-1c4b-4281-b951-d872f2087c98
* Don't show autocomplete suggestions redundant with autofill suggestions.isherman@chromium.org2010-11-192-5/+4
| | | | | | | | | BUG=63410 TEST=unit_tests --gtest_filter=AutoFillManagerTest.* Review URL: http://codereview.chromium.org/5154004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66746 0039d316-1c4b-4281-b951-d872f2087c98
* Change tooltip from "Go incognito" to "Browse as Guest"dpolukhin@chromium.org2010-11-191-1/+1
| | | | | | | | | BUG=http://code.google.com/p/chromium-os/issues/detail?id=9240 TEST=manual Review URL: http://codereview.chromium.org/5177006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66744 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 72361:72369.levin@chromium.org2010-11-192-4/+1
| | | | | | | | | | BUG=None TEST=None TBR=antonm@chromium.org Review URL: http://codereview.chromium.org/5140006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66742 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 72346:72361.levin@chromium.org2010-11-192-8/+3
| | | | | | | | | | | | Also remove upstreamed items from test_expectations. BUG=None TEST=None TBR=antonm@chromium.org Review URL: http://codereview.chromium.org/5100009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66740 0039d316-1c4b-4281-b951-d872f2087c98
* Fix busted build.michaeln@chromium.org2010-11-191-2/+2
| | | | | | | TBR=levin git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66736 0039d316-1c4b-4281-b951-d872f2087c98
* Alter the relative priorities of network vs fallback namespaces in the ↵michaeln@chromium.org2010-11-195-16/+125
| | | | | | | | | | | appcache. If a resource url is in an appcache's network namespace and fallback namespace, the network namespace wins (with the exception of the special '*' network namespace which does not take priority over the fallback namespace. BUG=WK49292 TEST=unit test, also a new layout test (not landed yet) Review URL: http://codereview.chromium.org/4807001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66731 0039d316-1c4b-4281-b951-d872f2087c98
* Make the error message more clear in the appcache console logging when an ↵michaeln@chromium.org2010-11-192-38/+7
| | | | | | | | | | | initial cache attempt fails due to a missing manifest file. BUG=none TEST=manual Review URL: http://codereview.chromium.org/5178003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66729 0039d316-1c4b-4281-b951-d872f2087c98
* Add test expectations for the newly failing test.levin@chromium.org2010-11-191-0/+5
| | | | | | | | | | | | The test fails due to r66721 which was done to see if the crashes go away for context menus on Windows layout tests. BUG=63460 TEST=see file. Review URL: http://codereview.chromium.org/5167005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66728 0039d316-1c4b-4281-b951-d872f2087c98
* Build break fixzelidrag@chromium.org2010-11-191-1/+1
| | | | | | | | | BUG=chromium-os:9358 TEST=none Review URL: http://codereview.chromium.org/5204005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66727 0039d316-1c4b-4281-b951-d872f2087c98
* Coverity: Initialize member variables.jhawkins@chromium.org2010-11-192-1/+4
| | | | | | | | | | CID=13742,13866,13867 BUG=none TEST=none Review URL: http://codereview.chromium.org/5176005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66726 0039d316-1c4b-4281-b951-d872f2087c98
* Coverity: Fix a bad override.jhawkins@chromium.org2010-11-191-1/+1
| | | | | | | | | | | | | I tried to fix this before, but accidentally left off the const pointer parameter. CID=13619 BUG=none TEST=none Review URL: http://codereview.chromium.org/5129003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66725 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 72338:72346.levin@chromium.org2010-11-192-1/+4
| | | | | | | | | | TEST=None BUG=None TBR=antonm@chromium.org Review URL: http://codereview.chromium.org/5132005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66724 0039d316-1c4b-4281-b951-d872f2087c98
* Added extra checks to ensure that other networks are not interfering with ↵zelidrag@chromium.org2010-11-191-4/+14
| | | | | | | | | | | restricted pool detection while activating cellular device. BUG=chromium-os:9358 TEST=none Review URL: http://codereview.chromium.org/5100006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66723 0039d316-1c4b-4281-b951-d872f2087c98
* This prevents crashes due to URLRequestHttpJobs hanging on past IOThreadakalin@chromium.org2010-11-191-1/+4
| | | | | | | | | | | destruction. BUG=chromium-os:8179,63692 TEST=sync integration tests Review URL: http://codereview.chromium.org/5163004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66722 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 66603 - TestShell: Backported EventSender.contextClick() improvementmorrita@chromium.org2010-11-195-84/+0
| | | | | | | | | | | | | | to mock menu item strings. BUG=63460 TEST=LayoutTest/editing/spelling/context-menu-suggestions.html Review URL: http://codereview.chromium.org/5120002 TBR=morrita@chromium.org Review URL: http://codereview.chromium.org/5184004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66721 0039d316-1c4b-4281-b951-d872f2087c98
* Reland r65996. Disallows Singletons on non-joinable thread.willchan@chromium.org2010-11-1918-100/+258
| | | | | | | | | | | Test breakages caused by this change have been fixed here or in other changelists. BUG=61753 TEST=none Review URL: http://codereview.chromium.org/5024003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66719 0039d316-1c4b-4281-b951-d872f2087c98
* Using pdf files from the plugin dirnirnimesh@chromium.org2010-11-191-1/+4
| | | | | | | | BUG=63549 Review URL: http://codereview.chromium.org/5169005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66718 0039d316-1c4b-4281-b951-d872f2087c98
* Add file_system watchlist and add me to it.kinuko@chromium.org2010-11-191-0/+4
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/5158005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66717 0039d316-1c4b-4281-b951-d872f2087c98
* Add new reliability crashes.kkania@chromium.org2010-11-191-18/+27
| | | | | | | | BUG=63644,63647,63659 TEST=none Review URL: http://codereview.chromium.org/5104005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66716 0039d316-1c4b-4281-b951-d872f2087c98
* New offline page that is closer to mock. This is intermediate solution and I ↵oshima@chromium.org2010-11-194-92/+174
| | | | | | | | | | | | | will work on merging chrome's error page and offline page after beta. BUG=chromium-os:5066, chromium-os:8285 TEST=turn off wifi, disconnect ethernet. open app from ntp and/or type in url in omnibox. New offline page should be shown as in 5066. Review URL: http://codereview.chromium.org/5151006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66713 0039d316-1c4b-4281-b951-d872f2087c98
* Improve pkg-config-wrapper to support ChromiumOS sysrootspiman@google.com2010-11-192-15/+40
| | | | | | | | | | | | | | | | | | | | | | http://codereview.chromium.org/4516002/show had to be reverted because it conflicts with "old style" sysroots that are still used on the arm builders. This is a cleaner approach that should work there. The previous approach assumed that all variables in .pc files were relative to |prefix|. It would be a desirable thing to have but in practice a few packages don't follow this and have already dereferenced |prefix| in other variables (e.g. |libdir|). So instead of forcing |prefix|, this version keeps the original one but strips the path before '/usr' (in |prefix|) from all returned paths before prepending the sysroot path. For example if you have foo.pc: prefix=/build/board/usr libdir=/build/board/usr/lib # instead of libdir=${prefix}/lib Libs: -L${libdir}/foo -lfoo Then instead of forcing prefix=/usr (which doesn't fix |libdir|), we find the path before '/usr' in prefix ('/build/board'), that we strip from the returned -L flag ('/build/board/usr/lib/foo' -> '/usr/lib/foo') before prepending the sysroot path (-> '/path/to/sysroot/usr/lib/foo'). BUG=None TEST=build with sysroot=/path/to/chromiumos/chroot/build/x86-generic Review URL: http://codereview.chromium.org/5105005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66712 0039d316-1c4b-4281-b951-d872f2087c98
* Make a DCHECK in Browser::ExecuteCommandWithDisposition more informative.thestig@chromium.org2010-11-191-1/+2
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/5099001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66711 0039d316-1c4b-4281-b951-d872f2087c98
* Add pyauto hook for getting and manipulating the data underneath the NTP.kkania@chromium.org2010-11-1915-122/+670
| | | | | | | | | BUG=49113 TEST=none Review URL: http://codereview.chromium.org/5088001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66709 0039d316-1c4b-4281-b951-d872f2087c98
* [gtk] don't show custom frame min/max/close when theme is changed.estade@chromium.org2010-11-181-4/+6
| | | | | | | | | BUG=63661 TEST=manual Review URL: http://codereview.chromium.org/5217002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66705 0039d316-1c4b-4281-b951-d872f2087c98