summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Exclude more tests from Memcheck/Mac/UI and TSan/UItimurrrr@chromium.org2011-02-092-0/+6
| | | | | | | | | BUG=46643,51716,58145 TEST=bots go greener TBR=glider Review URL: http://codereview.chromium.org/6461020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74291 0039d316-1c4b-4281-b951-d872f2087c98
* Replaced environment variables for our own ones in the UserDataDir policy ↵pastarmovj@chromium.org2011-02-093-39/+116
| | | | | | | | | | | for Windows. BUG=49601 TEST=Manual. Set the policy in windows and it should be equivalent to using the --user-data-dir option. Review URL: http://codereview.chromium.org/6250192 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74290 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: remove loaded from remote debugging handshake.pfeldman@chromium.org2011-02-091-5/+6
| | | | | | | | | BUG= TEST= Review URL: http://codereview.chromium.org/6458028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74289 0039d316-1c4b-4281-b951-d872f2087c98
* Do not change locale on login screen and for non-owner sessions without ↵dilmah@chromium.org2011-02-097-36/+31
| | | | | | | | | | | | | | touching kApplicationLocale. Remove behaviour (intentionally) introduced by r73799: changing locale on login screen and for non-owner sessions without touching kApplicationLocale. This behaviour was found malign. BUG=chromium-os:11802 TEST=Manual Review URL: http://codereview.chromium.org/6461002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74288 0039d316-1c4b-4281-b951-d872f2087c98
* Consider --proxy-server= as 'use direct connections'battre@chromium.org2011-02-092-2/+12
| | | | | | | | | BUG=72104 TEST=unit test / pass --proxy-server= on command line Review URL: http://codereview.chromium.org/6463020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74287 0039d316-1c4b-4281-b951-d872f2087c98
* Fix handling of setting a single proxy in Proxy Settings APIbattre@chromium.org2011-02-093-31/+27
| | | | | | | | | | | Previously, setting a singleProxy entry in the Proxy Settings API meant that we set http, https, and ftp proxies individually. I.e. the Proxy settings was "http=http://foo;https=https://foo;ftp=ftp://foo". With this change it becomes "foo". BUG=67779 TEST=none Review URL: http://codereview.chromium.org/6312088 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74286 0039d316-1c4b-4281-b951-d872f2087c98
* Make proxy settings one atomic dictionary in the PrefStores such that ↵battre@chromium.org2011-02-0927-317/+613
| | | | | | | | | | | modifications are atomic. BUG=67779,70904 TEST=none Review URL: http://codereview.chromium.org/6240013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74284 0039d316-1c4b-4281-b951-d872f2087c98
* Fix memory leak in MigrateBrowserPrefs caused by excessive copying.mirandac@chromium.org2011-02-092-16/+1
| | | | | | | | | BUG=71753 TEST=memory tests are green again Review URL: http://codereview.chromium.org/6286079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74283 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 78008:78050hamaji@chromium.org2011-02-091-1/+1
| | | | | | | | | | BUG=none TEST=canary TBR=zmo Review URL: http://codereview.chromium.org/6461019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74282 0039d316-1c4b-4281-b951-d872f2087c98
* Make "Learn More" link in the outdated plug-in infobar work.bauerb@chromium.org2011-02-093-6/+14
| | | | | | | | | BUG=54831 TEST=see description Review URL: http://codereview.chromium.org/6312184 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74280 0039d316-1c4b-4281-b951-d872f2087c98
* Remove a crash from known reliability crashes.sgjesse@google.com2011-02-091-3/+0
| | | | | | | | | | This is to get more information if the crash re-appears. BUG=72336 TEST=none Review URL: http://codereview.chromium.org/6460032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74279 0039d316-1c4b-4281-b951-d872f2087c98
* cleanloislo@chromium.org2011-02-091-1/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74278 0039d316-1c4b-4281-b951-d872f2087c98
* Remove modality of MULTI_VALUE choice types in AboutFlagsgavinp@chromium.org2011-02-094-34/+67
| | | | | | | | | | | | | | | | | | | Previously the UI for multivalues in AboutFlags was confusing, since you could "enable" or "disable" the feature, then select an option from a combobox. This change removes this modality, and instead, the first option from the multivalue should be considered the "disabled" version of the lab (we even assert that it has no command line flags). This CL was originally http://codereview.chromium.org/6410082/ , but cbentzel suggested we split it up into two CLs: this is the first of them. BUG=none TEST=AboutFlagsTest.MultiValues Review URL: http://codereview.chromium.org/6413037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74277 0039d316-1c4b-4281-b951-d872f2087c98
* add enable flag for SKIA_GPU, set to 0 by default (set to 1 for local testing)reed@google.com2011-02-091-0/+2
| | | | | | Review URL: http://codereview.chromium.org/6461016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74276 0039d316-1c4b-4281-b951-d872f2087c98
* GTTF: Convert automation observers to reference AutomationProviderphajdan.jr@chromium.org2011-02-095-381/+522
| | | | | | | | | | | | | | | | | | via weak pointers. This change has two objectives: 1) Avoid referencing AutomationProvider after it's destroyed. 2) Avoid extending the lifetime of AutomationProvider if an observer is hung. BUG=56750 TEST=none Review URL: http://codereview.chromium.org/6410091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74275 0039d316-1c4b-4281-b951-d872f2087c98
* Test_expectations cleanup.loislo@chromium.org2011-02-091-5/+1
| | | | | | | | | | | | canvas/philip entries can be removed after roll to r78031. TBR=zmo,hamaji BUG=none TEST=none Review URL: http://codereview.chromium.org/6458025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74274 0039d316-1c4b-4281-b951-d872f2087c98
* Exclude a couple of UI tests from running under Valgrind on Mac due to ↵timurrrr@chromium.org2011-02-091-1/+5
| | | | | | | | | | | internal Valgrind errors BUG=51716,58145 TBR=glider TEST=Memcheck/UI/Mac bots go greener Review URL: http://codereview.chromium.org/6462028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74273 0039d316-1c4b-4281-b951-d872f2087c98
* Disable FormStructureBrowserTest.DataDrivenHeuristics on Windowsisherman@chromium.org2011-02-091-1/+7
| | | | | | | | | | BUG=72401 TEST=greener tree TBR= dhollowa@chromium.org Review URL: http://codereview.chromium.org/6465021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74272 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress Valgrind reports on gfx::JPEGCodectimurrrr@chromium.org2011-02-091-0/+25
| | | | | | | | | BUG=72399 TBR=hbono TEST=Valgrind bots should go greener Review URL: http://codereview.chromium.org/6460025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74269 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 665.0 to 666.0chrome-release@google.com2011-02-091-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74268 0039d316-1c4b-4281-b951-d872f2087c98
* Get rid of InputMethodLibrary::GetImeConfig().satorux@chromium.org2011-02-093-30/+2
| | | | | | | | | | | | We don't use it and don't it as we keep the input method configurations in Chrome's preferences. BUG=chromium-os:11480 TEST=chrome builds. Review URL: http://codereview.chromium.org/6456020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74266 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a bug where we were changing the current keyboard layout twice.satorux@chromium.org2011-02-091-25/+46
| | | | | | | | | | | | | From SetImeConfig(), we were changing the kyboard layout in two places, MaybeStartInputMethodDaemon() and MaybeStopInputMethodDaemon(). We should only do it once. BUG=11859 TEST=confirm that the error message appears only once. Review URL: http://codereview.chromium.org/6461013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74265 0039d316-1c4b-4281-b951-d872f2087c98
* Support German Neo 2 xkb layout.mazda@chromium.org2011-02-096-0/+13
| | | | | | | | | BUG=chromium-os:10918 TEST=manually on the netbook Review URL: http://codereview.chromium.org/6462026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74264 0039d316-1c4b-4281-b951-d872f2087c98
* Prevent non-Incognito windows in the Guest session.altimofeev@chromium.org2011-02-0911-104/+324
| | | | | | | | | BUG=chromium-os:10273 TEST=manual Review URL: http://codereview.chromium.org/6272016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74263 0039d316-1c4b-4281-b951-d872f2087c98
* Add suppression for remoting memory leakshclam@chromium.org2011-02-091-0/+17
| | | | | | | | | | | TBR=sergeyu BUG=65680 TEST=None Review URL: http://codereview.chromium.org/6462027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74262 0039d316-1c4b-4281-b951-d872f2087c98
* Recover the current input method from the Preference file only once.yusukes@google.com2011-02-094-15/+35
| | | | | | | | | | | This is important not to send excessive (= 2 * num_of_chrome_window) SetGlobalEngine IPC calls on login. BUG=chromium-os:8694 TEST=manual Review URL: http://codereview.chromium.org/6465016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74261 0039d316-1c4b-4281-b951-d872f2087c98
* Remove valgrind suppression since bug 70291 was fixedhclam@chromium.org2011-02-091-16/+0
| | | | | | | | | BUG=70291 TEST=valgrind bots are green Review URL: http://codereview.chromium.org/6460008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74260 0039d316-1c4b-4281-b951-d872f2087c98
* Remove valgrind suppression for bug 65680hclam@chromium.org2011-02-091-43/+0
| | | | | | | | | | | Ran valgrind with suppressions removed. Valgrind doesn't complain any more. BUG=65680 TEST=Valgrind bots are green Review URL: http://codereview.chromium.org/6456006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74259 0039d316-1c4b-4281-b951-d872f2087c98
* Remove includes of message headers in headers.jam@chromium.org2011-02-0940-68/+179
| | | | | | Review URL: http://codereview.chromium.org/6458004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74257 0039d316-1c4b-4281-b951-d872f2087c98
* Fix memory leak in chromoting codehclam@chromium.org2011-02-092-11/+1
| | | | | | | | | | | Fixing leak in DecompressorZlib and removed suppression. BUG=57910, 57799 TEST=valgrind bot is green Review URL: http://codereview.chromium.org/6458009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74256 0039d316-1c4b-4281-b951-d872f2087c98
* touch: Fix compile after views API changes, and remove some dead code.sadrul@chromium.org2011-02-095-18/+6
| | | | | | | | BUG=none TEST=none TBR=ben@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74255 0039d316-1c4b-4281-b951-d872f2087c98
* Do not pass CRYPT_NOHASHOID to CryptSignHash with CALG_SSL3_SHAMD5.rsleevi@chromium.org2011-02-091-2/+2
| | | | | | | | | | | | This may fix bug 72041. R=wtc BUG=72041 TEST=covered by existing net_unittests Review URL: http://codereview.chromium.org/6458023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74254 0039d316-1c4b-4281-b951-d872f2087c98
* Remove SQLite safe-browsing backing store.shess@chromium.org2011-02-0911-1374/+25
| | | | | | | | | | | | | | | | | | | In October 2010, 7.0 rolled to stable with the safe-browsing database configured to read-from-sqlite and write-to-new-file-format. There is still a long tail of SQLite-format databases in the wild, but very small (and possibly due to a systemic issue with updating, so it may not get smaller). This change flips the switch to no longer support reading the SQLite files. Those users will do a full re-sync with the safe-browsing servers. BUG=58552 TEST=none Review URL: http://codereview.chromium.org/6413022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74253 0039d316-1c4b-4281-b951-d872f2087c98
* Set the modifier key mapping before preload engines.satorux@chromium.org2011-02-091-13/+20
| | | | | | | | | | | | As described in the comment, we should set the modifier key mapping before we change the current keyboard layout. BUG=chromium-os:11697 TEST=confirm the errors don't appear in ui.LATEST Review URL: http://codereview.chromium.org/6453002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74252 0039d316-1c4b-4281-b951-d872f2087c98
* Record LanguageMenuButton_InputMethodChanged user metrics in ActivatedAt().yusukes@google.com2011-02-091-2/+2
| | | | | | | | | BUG=chromium-os:11801 TEST=ran try Review URL: http://codereview.chromium.org/6460021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74251 0039d316-1c4b-4281-b951-d872f2087c98
* Fix issue where Chrome.Window.Update unmaximizes a window when only the ↵levin@chromium.org2011-02-0916-2/+188
| | | | | | | | | | | focus parameter is passed and how setting window bounds in window.update doesn't work when a window is full screen. BUG=65371 TEST=ExtensionApiTest.UpdateWindowDoesNotUnmaximize Review URL: http://codereview.chromium.org/6392036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74250 0039d316-1c4b-4281-b951-d872f2087c98
* Prevent crashing on errors in PPB_Context_3D_Impls.neb@chromium.org2011-02-092-12/+11
| | | | | | | | | BUG=none TEST=Calling PPB_Context_3D_Trusted functions before calling InitRaw() shouldn't crash the renderer. Review URL: http://codereview.chromium.org/6368148 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74249 0039d316-1c4b-4281-b951-d872f2087c98
* Don't update safe-browsing database if no updates come down.shess@chromium.org2011-02-093-2/+69
| | | | | | | | | | | | | | For simplicity, the safe-browsing database code ran the full update cycle on every update. A significant number of updates make no changes to the database, in which case re-writing it is cost with no benefit. BUG=72216 TEST=unit test. Review URL: http://codereview.chromium.org/6250211 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74248 0039d316-1c4b-4281-b951-d872f2087c98
* Autogenerator for NaCl OpenGL ES implementation.neb@chromium.org2011-02-091-3/+59
| | | | | | | | | BUG=none TEST=run build_gles2_cmd_buffer.py --alternate-mode=nacl_ppapi Review URL: http://codereview.chromium.org/6246160 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74247 0039d316-1c4b-4281-b951-d872f2087c98
* fix bustageben@chromium.org2011-02-091-2/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74246 0039d316-1c4b-4281-b951-d872f2087c98
* Add instrunction for hiding Keyboard Overlay.mazda@chromium.org2011-02-094-12/+32
| | | | | | | | | | | | | | | This is for complying with the reference image chage. Here is the reference image. http://chromiumos-git/git/?p=assets.git;a=blob_plain;f=images/hotkey_overlay/hotkeys_base.png;hb=HEAD This is a version this change is applied. http://chromium-os.googlecode.com/issues/attachment?aid=7414963833619543491&name=keyboard_overlay.png&token=a13f6b9837bfb61d1c667ef9c762f9ee&inline=1 BUG=chromium-os:6268 TEST=manually on the netbook Review URL: http://codereview.chromium.org/6450001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74245 0039d316-1c4b-4281-b951-d872f2087c98
* Rework tree APIs to reflect Google style and more const-correctness.Also, ↵ben@chromium.org2011-02-0987-554/+552
| | | | | | | | | | | move PrintViewHierarchy/PrintFocusHierarchy out into a separate header. BUG=72040 TEST=None Review URL: http://codereview.chromium.org/6452011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74244 0039d316-1c4b-4281-b951-d872f2087c98
* Enable OCSP Stapling in TLS requests on Windows Vista+rsleevi@chromium.org2011-02-091-20/+45
| | | | | | | | | | R=agl,wtc BUG=none TEST=none Review URL: http://codereview.chromium.org/6158003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74243 0039d316-1c4b-4281-b951-d872f2087c98
* Reapply parts of 73222.neb@chromium.org2011-02-091-2/+17
| | | | | | | | | | | Add the ability to autogenerate GLES2 implementation as part of the build. BUG=none TEST=run build_gles2_cmd_buffer --output-dir=something Review URL: http://codereview.chromium.org/6417002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74241 0039d316-1c4b-4281-b951-d872f2087c98
* Roll webkit rev from r77969 to r78008.zmo@google.com2011-02-091-1/+1
| | | | | | | | | | BUG=none TEST=none TBR=loislo Review URL: http://codereview.chromium.org/6460022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74240 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes rendering bug where we would render bookmark separator when wesky@chromium.org2011-02-092-14/+23
| | | | | | | | | | | wouldn't show the 'other bookmarks' button. BUG=none TEST=none Review URL: http://codereview.chromium.org/6447009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74237 0039d316-1c4b-4281-b951-d872f2087c98
* Mac: Turn on tab overview mode by default.thakis@chromium.org2011-02-096-32/+0
| | | | | | | | | BUG=50307,72362 TEST=three-finger-swipe down and Window->Tab Overview both open tab overview mode Review URL: http://codereview.chromium.org/6459009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74236 0039d316-1c4b-4281-b951-d872f2087c98
* [chromoting] Fix crash in JingleSession.sergeyu@chromium.org2011-02-091-2/+3
| | | | | | | | | | | | | With ToT JingleSession may DCHECK in SetState() when the other end disconnects. Don't call SetState() in ReleaseSession(), as it is not neccessary. BUG=None TEST=Unittests Review URL: http://codereview.chromium.org/6456015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74235 0039d316-1c4b-4281-b951-d872f2087c98
* Check for NULL when there's no TabContentsWrapper for the current page.tommi@chromium.org2011-02-091-1/+3
| | | | | | | | | TEST=Find in page should work again for Chrome Frame. BUG=none Review URL: http://codereview.chromium.org/6462001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74232 0039d316-1c4b-4281-b951-d872f2087c98
* It turns out I had the sense of the GetLocalBounds bool wrong everywhere, so ↵ben@chromium.org2011-02-0940-49/+49
| | | | | | | | | | | | | | invert everything. This fixes the painting bugs in the omnibox and bookmark bar, and probably countless other glitches in rendering. BUG=none TEST=omnibox popup should render properly TBR=sky Review URL: http://codereview.chromium.org/6462022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74231 0039d316-1c4b-4281-b951-d872f2087c98