summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Revert 64960 - Turn on file access checks on Win.rafaelw@chromium.org2010-11-0316-184/+27
| | | | | | | | | | BUG=60211 Review URL: http://codereview.chromium.org/4222005 TBR=jam@chromium.org Review URL: http://codereview.chromium.org/4431001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64974 0039d316-1c4b-4281-b951-d872f2087c98
* Kill Extension::RuntimeData and move its guts to ExtensionsService.mpcomplete@chromium.org2010-11-036-97/+94
| | | | | | | | | | | | ImageCache remains on Extension, on the expectation that it will eventually be loaded at startup. BUG=56558 TEST=no functional change Review URL: http://codereview.chromium.org/4132005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64973 0039d316-1c4b-4281-b951-d872f2087c98
* Rename classes for Chromoting:garykac@chromium.org2010-11-0333-654/+716
| | | | | | | | | | | | ChromotocolServer -> protocol::SessionManager ChromotocolConnection -> protocol::Session BUG=none TEST=compiles + make chromoting connection Review URL: http://codereview.chromium.org/4313001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64971 0039d316-1c4b-4281-b951-d872f2087c98
* Make CUPS cloud print proxy to support multiple print servers.gene@google.com2010-11-035-168/+446
| | | | | | | | | | | Add notifications for printer settings changed, and periodic update to check for new printers. BUG=none TEST=Make sure CP proxy works on Linux. Review URL: http://codereview.chromium.org/4233004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64970 0039d316-1c4b-4281-b951-d872f2087c98
* Remove an used function.bryeung@google.com2010-11-032-12/+0
| | | | | | | | | BUG=none TEST=still compiles, passes try bots Review URL: http://codereview.chromium.org/4405001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64968 0039d316-1c4b-4281-b951-d872f2087c98
* Fix 2 accessibility events that were not being sent with the appropriate ↵kkania@chromium.org2010-11-031-2/+2
| | | | | | | | | | accessibility object. BUG=none TEST=none Review URL: http://codereview.chromium.org/4337001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64967 0039d316-1c4b-4281-b951-d872f2087c98
* Add instant to tabbed options.estade@chromium.org2010-11-037-19/+48
| | | | | | | | | | | It needs to launch a confirmation dialog, which it doesn't do yet. BUG=61042 TEST=manual Review URL: http://codereview.chromium.org/4245002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64966 0039d316-1c4b-4281-b951-d872f2087c98
* [GTK] add instant prefestade@chromium.org2010-11-033-6/+92
| | | | | | | | | | | replace the flag with a pref. There is still a flag for verbatim matching, which sky just added. BUG=58937 TEST=manual Review URL: http://codereview.chromium.org/4277001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64965 0039d316-1c4b-4281-b951-d872f2087c98
* Fix some UI issues with omnibox extensions in incognito.mpcomplete@chromium.org2010-11-037-21/+51
| | | | | | | | | | | Also moved a shared method from ExtensionEventRouter to ExtensionsService. BUG=58210 TEST=Install the extension in chrome/common/extensions/docs/examples/extensions/chrome_search. You should not see the UI artifacts described in the bug. Review URL: http://codereview.chromium.org/4234004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64964 0039d316-1c4b-4281-b951-d872f2087c98
* Advertise the GL_CHROMIUM_copy_texture_to_parent_texture andkbr@google.com2010-11-033-2/+9
| | | | | | | | | | | | | | | | | GL_CHROMIUM_map_sub extensions by default. These are needed in WebGraphicsContext3D instances in support of the accelerated 2D canvas and video rendering functionality. Associated WebKit bug is https://bugs.webkit.org/show_bug.cgi?id=46894 . Tested on Linux with this refactoring, accelerated 2D canvas, and HTML5 video. BUG=none TEST=none Review URL: http://codereview.chromium.org/4268004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64963 0039d316-1c4b-4281-b951-d872f2087c98
* Crash fix.stevenjb@chromium.org2010-11-031-2/+3
| | | | | | | | | BUG=http://code.google.com/p/chromium-os/issues/detail?id=8641 TEST=Disable cellular; enable cellular; activate cellular network. Verify no crash. Review URL: http://codereview.chromium.org/4374003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64962 0039d316-1c4b-4281-b951-d872f2087c98
* Turn on file access checks on Win.jam@chromium.org2010-11-0316-27/+184
| | | | | | | BUG=60211 Review URL: http://codereview.chromium.org/4222005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64960 0039d316-1c4b-4281-b951-d872f2087c98
* Adding reliability suppression for crash in ICU's unicodestring::toutf8 ↵robertshield@chromium.org2010-11-031-0/+3
| | | | | | | | | | | | | called from CLD's NormalizeText routine. BUG=61800 TEST=None TBR=rafaelw Review URL: http://codereview.chromium.org/4415001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64959 0039d316-1c4b-4281-b951-d872f2087c98
* sync: on chrome os, postpone network reachability checktim@chromium.org2010-11-031-0/+20
| | | | | | | | | | | Incur a delay of 5 seconds to reduce probability of of blocking shutdown on an http request. This is intended to be a temporary workaround hack. BUG=8429 TEST=none Review URL: http://codereview.chromium.org/4347003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64958 0039d316-1c4b-4281-b951-d872f2087c98
* Open tab in the correct location from a tab's context menu.sadrul@chromium.org2010-11-031-1/+1
| | | | | | | | | BUG=59146 TEST= Review URL: http://codereview.chromium.org/4327001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64957 0039d316-1c4b-4281-b951-d872f2087c98
* Re-disable ExtensionGalleryInstallApiTest.InstallAndUninstall that looks ↵robertshield@chromium.org2010-11-031-1/+2
| | | | | | | | | | | | | like it got accidentally re-enabled in r64517. BUG=55642 TEST=None Review URL: http://codereview.chromium.org/4311003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64956 0039d316-1c4b-4281-b951-d872f2087c98
* Add proxies for Var deprecated and some additional tracking information. Thesebrettw@chromium.org2010-11-034-0/+679
| | | | | | | | | | | don't build by themselves, this is part of a larger patch. You can see most of the serialization mechanics already checked in to the same directory. TEST=none BUG=none Review URL: http://codereview.chromium.org/4369001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64955 0039d316-1c4b-4281-b951-d872f2087c98
* GTK: Fix incognito man being full height.erg@google.com2010-11-031-0/+1
| | | | | | | | | | | (This copies one line I missed during my previous incognito man patch.) BUG=61596 TEST=no gap between the tabs and toolbar as described in bug. Review URL: http://codereview.chromium.org/4387001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64954 0039d316-1c4b-4281-b951-d872f2087c98
* Don't resend payload after Snap Start misprediction.agl@chromium.org2010-11-033-21/+23
| | | | | | | | | | | | | | | | | | | | | The Snap Start code in NSS worked like the prototype implementation in tlsclient. This had the library take care of resending the application data in the event of a mispredict. However, that was safe because it did certificate verification as the message was received. However, in Chrome, it's possible that a mispret could be triggered by the server having a different certificate and NSS would resend the application data before Chrome verified the certificate. This change removes that behaviour from NSS and makes the retransmission the job of ssl_client_socket_nss.cc. BUG=none TEST=none http://codereview.chromium.org/4213003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64953 0039d316-1c4b-4281-b951-d872f2087c98
* Use optimized scrolling for pepper plugins.jam@chromium.org2010-11-035-14/+48
| | | | | | | BUG=49551 Review URL: http://codereview.chromium.org/4365001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64952 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress yet another wrong-locking report in NSStimurrrr@chromium.org2010-11-031-1/+13
| | | | | | | | BUG=61585 TBR=glider Review URL: http://codereview.chromium.org/4339003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64951 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the testing::LogDisabler for the change r64883. See ↵hansl@google.com2010-11-034-4/+15
| | | | | | | | | | | | | http://codereview.chromium.org/4262001/show The r64883 broke most unit tests in CEEE that relied on disabling logs while testing error paths. BUG=None TEST=None Review URL: http://codereview.chromium.org/4390001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64948 0039d316-1c4b-4281-b951-d872f2087c98
* Verify that we don't receive a NULL pointer for the session_id. This check ↵hansl@google.com2010-11-031-2/+6
| | | | | | | | | | | will be removed as soon as getSessionId is implemented in ChromeFrame. Also, it is not needed for the other code path as ChromeFrame does make the check in it. BUG=3161153 TEST=None Review URL: http://codereview.chromium.org/4321007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64947 0039d316-1c4b-4281-b951-d872f2087c98
* Check in new icons for network badgeschocobo@chromium.org2010-11-034-0/+3
| | | | | | | | | BUG=chromium-os:5612 TEST=None TBR=ers@chromium.org Review URL: http://codereview.chromium.org/4399001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64946 0039d316-1c4b-4281-b951-d872f2087c98
* Refactoring the master_preferences functions.tommi@chromium.org2010-11-0311-494/+420
| | | | | | | | | | | | | | | | | | | | | * Now there's a class named MasterPreferences that owns the json dictionary and supports methods that previously were global. * There's now a global object for the current process' master preference object, which avoids parsing the preference file multiple times. * Refactored the tests to be more data driven TEST=Run the installer util unit tests. Set the filter to *MasterPref* if you only want to run the tests affected by this change. BUG=none Review URL: http://codereview.chromium.org/4342001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64945 0039d316-1c4b-4281-b951-d872f2087c98
* Add basic support for accessibility hit testing within web contents.ctguil@chromium.org2010-11-038-57/+124
| | | | | | | | | BUG=59890 TEST=Manual. Inspect32. Review URL: http://codereview.chromium.org/4292001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64943 0039d316-1c4b-4281-b951-d872f2087c98
* A recent change (r64277) added an extra argument to Port.dispatchOnDisconnect()rogerta@google.com2010-11-031-1/+1
| | | | | | | | | | | | | causing this DCHECK to trigger because it was still checking for the old number of arguments. Changed the DCHECK condition to test for the correct number. BUG=0 TEST=None Review URL: http://codereview.chromium.org/4343002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64942 0039d316-1c4b-4281-b951-d872f2087c98
* Made OSMesa shared library position independent on linux.apatrick@chromium.org2010-11-032-4/+5
| | | | | | | | | | | | | | This is an attempt to fix this valgrind error: http://build.chromium.org/p/chromium.memory/builders/Linux%20Tests%20(valgrind)(2)/builds/210/steps/memory%20test:%20ui_1/logs/stdio It appears mmap might have been trying to map libosmesa.so to a fixed address. TEST=try BUG=61601 Review URL: http://codereview.chromium.org/4318005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64941 0039d316-1c4b-4281-b951-d872f2087c98
* Saved offscreen textures are allocated GL_RGB when no alpha channel is ↵apatrick@chromium.org2010-11-031-31/+67
| | | | | | | | | | | | | | | requested. There appears to also be problems in ANGLE which have not been addressed yet, specifically GL_RGB textures are allocated D3DFMT_A8R8G8B8 instead of D3DFMT_X8R8G8B8. Prevent saved and target offscreen resources from being destroyed if we don't have a context. TEST=try, run demos locally BUG=61441 Review URL: http://codereview.chromium.org/4246001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64940 0039d316-1c4b-4281-b951-d872f2087c98
* Workaround for VS 2005 bug with inheritance from nested classes.caseq@google.com2010-11-032-2/+10
| | | | | | | | | BUG=http://crbug.com/61717 TEST=Build on VS 2005 Review URL: http://codereview.chromium.org/4271003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64939 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r64932 to bring back src/third_party/libvpx.maruel@chromium.org2010-11-031-0/+90
| | | | | | | This should make svn sync again this directory. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64933 0039d316-1c4b-4281-b951-d872f2087c98
* Removing src/third_party/libvpx. WARNING: THIS WILL BREAK THE BUILD.maruel@chromium.org2010-11-031-90/+0
| | | | | | | | | DO NOT SYNC TO THAT REVISION. Trying to workaround bug introduced in 64923. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64932 0039d316-1c4b-4281-b951-d872f2087c98
* Modify svn:ignore in src/third_party/libvpx in case it fixes svn update bug.maruel@chromium.org2010-11-030-0/+0
| | | | | | | NO CODE CHANGE git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64930 0039d316-1c4b-4281-b951-d872f2087c98
* Touch build/common.gypi to force gyp to run.maruel@chromium.org2010-11-031-2/+1
| | | | | | | | | | | | NO CODE CHANGE. TBR=robertshield TEST=none BUG=none Review URL: http://codereview.chromium.org/4334003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64929 0039d316-1c4b-4281-b951-d872f2087c98
* Touch src/third_party/libvpx/libvpx.gyp to force it to be synced on slaves.maruel@chromium.org2010-11-031-1/+1
| | | | | | | | | | TBR=fbarchard TEST=none BUG=none Review URL: http://codereview.chromium.org/4386002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64928 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 64923 - pull in full libvpx tree from deps to include licenserafaelw@chromium.org2010-11-031-4/+7
| | | | | | | | | | | BUG=55165 TEST=tools/licenses.py Review URL: http://codereview.chromium.org/4345001 TBR=fbarchard@chromium.org Review URL: http://codereview.chromium.org/4365002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64927 0039d316-1c4b-4281-b951-d872f2087c98
* [ChromeOS] Implement new progress bar mock.xiyuan@chromium.org2010-11-031-24/+150
| | | | | | | | | BUG=chromium-os:8465 TEST=Verify progress bar has new look now per chromium-os:8465. Review URL: http://codereview.chromium.org/4236001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64924 0039d316-1c4b-4281-b951-d872f2087c98
* pull in full libvpx tree from deps to include licensefbarchard@chromium.org2010-11-031-7/+4
| | | | | | | | BUG=55165 TEST=tools/licenses.py Review URL: http://codereview.chromium.org/4345001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64923 0039d316-1c4b-4281-b951-d872f2087c98
* [ChromeOS] Remove PanelBrowserView::Init.xiyuan@chromium.org2010-11-032-19/+0
| | | | | | | | | | | | The window size handling in PanelBrowserView::Init seems no longer needed and would cause problem now. BUG=chromium-os:8258 TEST=Verify fix for chromium-os:8258. Review URL: http://codereview.chromium.org/4170010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64922 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress data races under AtExitManager until its threading nature is ↵timurrrr@chromium.org2010-11-031-0/+7
| | | | | | | | | | understood by TSan TBR=glider BUG=61753 Review URL: http://codereview.chromium.org/4383001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64921 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Add a confirm to quit experiment to about:flags.rsesek@chromium.org2010-11-0312-0/+571
| | | | | | | | | BUG=27786,60591 TEST=Enable 'Confirm to Quit' in about:flags. When you press Cmd+Q, it brings up the floaty panel telling you to hold the key combo. When you do, it quits after 1.5 seconds. Review URL: http://codereview.chromium.org/4220005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64920 0039d316-1c4b-4281-b951-d872f2087c98
* Remove duplicate entry from ExtensionInfo structjochen@chromium.org2010-11-031-4/+0
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/4146012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64919 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 571.0 to 572.0chrome-release@google.com2010-11-031-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64917 0039d316-1c4b-4281-b951-d872f2087c98
* fix typo and compile bustagerafaelw@chromium.org2010-11-031-1/+1
| | | | | | | | | | TBR=thakis BUG=48521 TEST= Review URL: http://codereview.chromium.org/4264004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64916 0039d316-1c4b-4281-b951-d872f2087c98
* Delete user image when user is removed.altimofeev@chromium.org2010-11-032-5/+40
| | | | | | | | | BUG=chromium-os:8161 TEST=manual Review URL: http://codereview.chromium.org/4332002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64915 0039d316-1c4b-4281-b951-d872f2087c98
* Marking two OptionsUITests (TwoCommandsOneTab & ↵rafaelw@chromium.org2010-11-031-3/+18
| | | | | | | | | | | | CommandAgainGoesBackToOptionsTab) as DISALBED because of linux/views crashes TBR=csilv BUG=48521 TEST= Review URL: http://codereview.chromium.org/4370003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64914 0039d316-1c4b-4281-b951-d872f2087c98
* Implement device management backend.mnissler@chromium.org2010-11-037-0/+1059
| | | | | | | | | | | This adds a device management backend implementation running over HTTP. BUG=None TEST=unit tests in device_management_backend_impl_unittest.cc Review URL: http://codereview.chromium.org/4098004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64912 0039d316-1c4b-4281-b951-d872f2087c98
* Fix incorrect syntax in expectations introduced in r64910.robertshield@chromium.org2010-11-031-1/+1
| | | | | | | | TBR=rafaelw Review URL: http://codereview.chromium.org/4352003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64911 0039d316-1c4b-4281-b951-d872f2087c98
* Marking animations/suspend-resume-animation-events.html as failing, it ↵robertshield@chromium.org2010-11-031-0/+2
| | | | | | | | | | | | | appears to crash on Mac quite a bit. BUG=61739 TEST=None TBR=rolandsteiner, rafaelw Review URL: http://codereview.chromium.org/4372002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64910 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress an UninitCondition bug in v8::internal::preparserglider@chromium.org2010-11-031-0/+19
| | | | | | | | | BUG=61737 TBR=antonm Review URL: http://codereview.chromium.org/4374002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64909 0039d316-1c4b-4281-b951-d872f2087c98