summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* DoGetOBCertComplete should reset client_auth_cert_needed_ to falsewtc@chromium.org2011-10-141-0/+1
| | | | | | | | | | | | | to prevent from going from STATE_HANDSHAKE back to the STATE_GET_OB_CERT_COMPLETE by mistake. R=mattm@chromium.org BUG=88782 TEST=Chrome should not time out when connecting to a site requesting an origin-bound certificate for the first time. Review URL: http://codereview.chromium.org/8305008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105585 0039d316-1c4b-4281-b951-d872f2087c98
* views/examples: Fix the format string of size_t var in RadioButton example.tfarina@chromium.org2011-10-141-1/+2
| | | | | | | | | | | Cast from size_t to int. TEST=compile views_examples target, it should work without errors. R=sky@chromium.org Review URL: http://codereview.chromium.org/8252009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105584 0039d316-1c4b-4281-b951-d872f2087c98
* Remove license suppression for third_party/leveldatabasejsbell@chromium.org2011-10-141-3/+0
| | | | | | | | | BUG=98306 TEST= Review URL: http://codereview.chromium.org/8303003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105582 0039d316-1c4b-4281-b951-d872f2087c98
* Update an existing suppression with the call stack the leak now gets.joi@chromium.org2011-10-141-0/+1
| | | | | | | | | BUG=86301 TEST=memcheck no longer complains Review URL: http://codereview.chromium.org/8289013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105580 0039d316-1c4b-4281-b951-d872f2087c98
* PPAPI Fullscreen: update ppapi_test to match the behavior afterpolina@google.com2011-10-141-2/+2
| | | | | | | | RenderWidget::is_fullscreen (used in DidChangeView to detect fullscreen mode) was implemented. Review URL: http://codereview.chromium.org/8301010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105579 0039d316-1c4b-4281-b951-d872f2087c98
* Fix memory error in previous CL.creis@chromium.org2011-10-142-5/+2
| | | | | | | | | | BUG=100315 BUG=99016 TEST=Memory bots go green Review URL: http://codereview.chromium.org/8302001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105577 0039d316-1c4b-4281-b951-d872f2087c98
* Fix RENDERER_PROCESS_CREATED AllSources listeners in UserScriptMaster and ↵yoz@chromium.org2011-10-145-15/+26
| | | | | | | | | | | VisitedLinkEventListener. BUG=99391 TEST=updated unit tests Review URL: http://codereview.chromium.org/8286015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105576 0039d316-1c4b-4281-b951-d872f2087c98
* Add new methods to create constrained windows for print preview and release ↵thestig@chromium.org2011-10-147-89/+208
| | | | | | | | | | the internal TabContents when asked to. BUG=none TEST=included Review URL: http://codereview.chromium.org/8220026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105575 0039d316-1c4b-4281-b951-d872f2087c98
* Fix deps. Looks like jam didn't add the public dir for browser yet.ben@chromium.org2011-10-142-0/+2
| | | | | | | | | TBR=jam@chromium.org BUG=none TEST=none Review URL: http://codereview.chromium.org/8299007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105574 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-10-141-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105572 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Roll 97467:97488.dglazkov@chromium.org2011-10-141-1/+1
| | | | | | | | | | TBR=tkent TEST=none BUG=none Review URL: http://codereview.chromium.org/8267012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105571 0039d316-1c4b-4281-b951-d872f2087c98
* Re-enable passwords.PasswordTest.testInfoBarDisappearByNavigatingPage as it ↵aocampo@google.com2011-10-141-2/+1
| | | | | | | | | is not failing. BUG=91887 Review URL: http://codereview.chromium.org/8275017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105570 0039d316-1c4b-4281-b951-d872f2087c98
* Fix line endings in base/file_util.h.grt@chromium.org2011-10-141-633/+633
| | | | | | | | | | BUG=none TEST=none TBR=skerner@chromium.org Review URL: http://codereview.chromium.org/8302010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105569 0039d316-1c4b-4281-b951-d872f2087c98
* On Linux, turn off panels when there is no window manager present.prasadt@chromium.org2011-10-141-1/+8
| | | | | | | | | BUG=100381 TEST=Run on NX with no window manger and verify popups come up instead of panels. Review URL: http://codereview.chromium.org/8302003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105567 0039d316-1c4b-4281-b951-d872f2087c98
* Adding 3 pyauto-based flash performance tests for ChromeOS.dennisjeffrey@chromium.org2011-10-141-0/+80
| | | | | | | | | | BUG=chromium-os:18185 TEST=None Review URL: http://codereview.chromium.org/8231022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105566 0039d316-1c4b-4281-b951-d872f2087c98
* When users navigate to an intranet host that has not been previously typed, ↵pkasting@chromium.org2011-10-145-28/+135
| | | | | | | | | | | | | | | | | | | | treat it as a typed navigation. This fixes two different problems: (1) Due to scheme-stripping, a user who navigated to e.g. "host/path" via a link or bookmark, for a not-previously-typed host, would erroneously get a search page instead of a navigation when reloading via hitting enter or when editing the path to be something else. We could instead fix this by being more conservative about scheme-stripping, but that is uglier UI, a bigger change, and doesn't solve problem (2). (2) Users who navigated to intranet hosts (with or without a path or other URL components) via link clicks/bookmarks/etc. would later try to type them and be frustrated that the omnibox would do a search and then show the accidental search infobar. This change makes the omnibox more aggressive about learning that such hostnames are valid intranet hosts even before users type them, if they've at least visited them. There are four issues here: (1) Because in incognito mode we never add navigations to any history DBs, users there won't see the above benefits. In fact, users there will struggle to use (new) intranet hosts in general. I filed bug 100271 about this. (2) The omnibox will now be more likely to inline-autocomplete intranet URLs you haven't actually typed before. After thinking for a while I don't think this will have a large effect either way especially as intranet URLs are often short (and thus it's less likely users will try to search or navigate to a pure prefix of one). (3) Heavy intranet users will have a larger in-memory DB. I don't think this effect will be dramatic since it's just one URL per unique hostname, and there's no real way around this anyway. (4) The additional checking in AddPage() could make navigation slower. I don't think this ought to happen because most navigations will fail the RCDS check for "no known TLD" (which ought to be fast, as that code is called by things like cookie management), so they'll never even check the database. If this turns out to be wrong, then we'll need to fall back on something like the solution in bug 100271. BUG=94806 TEST=On a clean profile, add a bookmark for some intranet host (without navigating there), with or without a path. Click on the bookmark. Then try to modify the path and check that the omnibox still wants to navigate, not search. Review URL: http://codereview.chromium.org/8286011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105565 0039d316-1c4b-4281-b951-d872f2087c98
* Move NativeWebKeyboardEvent files into their intended final destinations ↵ben@chromium.org2011-10-1439-43/+43
| | | | | | | | | | | prior to refactoring/cleanup. TBR=jam@chromium.org http://crbug.com/99757 TEST=none Review URL: http://codereview.chromium.org/8289005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105564 0039d316-1c4b-4281-b951-d872f2087c98
* Adding gl command to change surface visibility, so that the gpu process can ↵mmocny@chromium.org2011-10-1414-0/+57
| | | | | | | | | | | | appropriately release/reacquire resources. BUG=5175544 TEST=None Review URL: http://codereview.chromium.org/7890046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105563 0039d316-1c4b-4281-b951-d872f2087c98
* [Sync] Add support for automatic deleting of stale sync sessions.zea@chromium.org2011-10-146-10/+202
| | | | | | | | | | | | | | | | Currently we'll garbage collect stale sessions every time the model associator starts up (so on first time sync and with each client restart). Doing it this way avoids multiple clients racing to try and delete the same session that just became stale. By default the threshold before which a session is stale is 14 days. BUG=96931 TEST=unit_tests --gtest_filter="*ProfileSyncServceSessionTest*" R=tim@chromium.org,yfriedman@chromium.org Review URL: http://codereview.chromium.org/8253007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105561 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: add the "other bookmarks" folder to the new bookmark menu.mdm@chromium.org2011-10-142-21/+40
| | | | | | | | BUG=81263 Review URL: http://codereview.chromium.org/8276028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105560 0039d316-1c4b-4281-b951-d872f2087c98
* Renaming extension_clipboard_apitest.cc to extension_dom_clipboard_apitest.cctbarzic@chromium.org2011-10-142-1/+1
| | | | | | | | | | | New name is more suitable because clipboard access tested in the test is specific for DOM centric extensions. TEST=ClipboardApiTest.* BUG=None Review URL: http://codereview.chromium.org/8294004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105558 0039d316-1c4b-4281-b951-d872f2087c98
* Trivial fix for a string description. jshin@chromium.org2011-10-141-3/+3
| | | | | | | | | | | | | | | The string description for IDS_EXTENSIONS_ENABLED is misleading. It's used for an individual extension instead of 'extensions'. In some languages, the difference in number would lead to different translations. While doing so, change other related descriptions (extensions -> an extension). BUG=99633 TEST=NONE Review URL: http://codereview.chromium.org/8231029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105557 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-10-141-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105556 0039d316-1c4b-4281-b951-d872f2087c98
* Updating FFmpeg to r105521.scherkus@chromium.org2011-10-141-1/+1
| | | | | | | | TBR=cevans Review URL: http://codereview.chromium.org/8298006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105555 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Accessibility tweaks for the avatar button.rsesek@chromium.org2011-10-142-9/+7
| | | | | | | | | | BUG=99854 TEST=none Review URL: http://codereview.chromium.org/8298004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105554 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-10-141-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105553 0039d316-1c4b-4281-b951-d872f2087c98
* Now allow reopening BCs even if they were specified in the manifestatwilson@chromium.org2011-10-145-7/+121
| | | | | | | | | | BUG=98046 TEST=Create app with BC in manifest. Have app use a different window name (not "background"), window should not be visible. Review URL: http://codereview.chromium.org/8247011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105552 0039d316-1c4b-4281-b951-d872f2087c98
* Update grit-i18n to r6.tsepez@chromium.org2011-10-141-1/+1
| | | | | | Review URL: http://codereview.chromium.org/8302002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105551 0039d316-1c4b-4281-b951-d872f2087c98
* Remove sidetabs from a comment.thakis@chromium.org2011-10-141-31/+30
| | | | | | | | | | BUG=99332 TEST=none Review URL: http://codereview.chromium.org/8295006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105550 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the KeyEvent unit test failure due to the aura implementation of ↵jennyz@chromium.org2011-10-141-1/+4
| | | | | | | | | | | | GetUnmodifiedCharacter(). BUG=99129 TEST=NONE Review URL: http://codereview.chromium.org/8286006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105549 0039d316-1c4b-4281-b951-d872f2087c98
* Aura: Fix scrollbar images on non-ChromeOS platformsjamescook@chromium.org2011-10-141-2/+3
| | | | | | | | | | | | Need to include some resources files. BUG=none TEST=resize the chrome window until it shows scrollbars, they should paint TBR=saintlou@chromium.org Review URL: http://codereview.chromium.org/8304003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105548 0039d316-1c4b-4281-b951-d872f2087c98
* Fix style_range_.erase() which caused style range not deleted completely and ↵xji@google.com2011-10-142-5/+106
| | | | | | | | | | dcheck error. BUG=99923 TEST=start chrome with new profile and --no-first-run --use-pure-view. type in http://sites.google.com/a/google.com/ several times until autocomplete kicks in. continue typing while with autocomplete, browser should not crash. Review URL: http://codereview.chromium.org/8252001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105547 0039d316-1c4b-4281-b951-d872f2087c98
* Add a missing check in TabContentsViewViews::ShowContextMenu().thestig@chromium.org2011-10-141-1/+3
| | | | | | | | BUG=100308 TEST=none Review URL: http://codereview.chromium.org/8274028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105546 0039d316-1c4b-4281-b951-d872f2087c98
* Allow chromeos aura browser windows to be resizeddavemoore@chromium.org2011-10-141-1/+1
| | | | | | | | | BUG=93937 TEST=Manual Review URL: http://codereview.chromium.org/8275023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105545 0039d316-1c4b-4281-b951-d872f2087c98
* Add an is_fullscreen to ViewMsg_Resize, and make it available as a property ofdarin@chromium.org2011-10-1411-15/+38
| | | | | | | | | | | | RenderWidget. This enables the RenderWidget to know when it has been placed into fullscreen mode (which will be hooked up to Pepper in a subsequent change). BUG=100264 Review URL: http://codereview.chromium.org/8283029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105544 0039d316-1c4b-4281-b951-d872f2087c98
* Add android specific variations some string resources.carlosvaldivia@google.com2011-10-141-15/+36
| | | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/8228024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105543 0039d316-1c4b-4281-b951-d872f2087c98
* Adding `content_security_policy` to proxy sample extension.mkwst@chromium.org2011-10-149-210/+251
| | | | | | | | | BUG=92644 TEST= Review URL: http://codereview.chromium.org/8273036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105542 0039d316-1c4b-4281-b951-d872f2087c98
* Test that bookmarks get deleted correctlyalbertb@chromium.org2011-10-143-0/+42
| | | | | | | | | BUG=none TEST=this is a test Review URL: http://codereview.chromium.org/7824019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105541 0039d316-1c4b-4281-b951-d872f2087c98
* Remove redundant callbackPasses.jstritar@chromium.org2011-10-143-6/+6
| | | | | | | | | | BUG=100301 TEST=*WebstorePrivate* Review URL: http://codereview.chromium.org/8294001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105540 0039d316-1c4b-4281-b951-d872f2087c98
* aura: Implement IsFullscreenMode().derat@chromium.org2011-10-144-12/+46
| | | | | | | | | | | | We walk down the tree looking for windows that have delegates, are visible, and are fullscreen. BUG=99710 TEST=added Review URL: http://codereview.chromium.org/8233023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105539 0039d316-1c4b-4281-b951-d872f2087c98
* cycle botsthakis@chromium.org2011-10-141-1/+2
| | | | | | | | | | BUG=none TEST=none TBR=rsleevi Review URL: http://codereview.chromium.org/8298012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105538 0039d316-1c4b-4281-b951-d872f2087c98
* Add google search app to list of apps installed by default.rogerta@chromium.org2011-10-141-0/+0
| | | | | | | | | BUG=94920 TEST=Make sure that new profiles have the search app installed by default in NTP along with the youtibe and gmail apps. Review URL: http://codereview.chromium.org/8255001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105533 0039d316-1c4b-4281-b951-d872f2087c98
* Emit two prerender histograms: one for the prerender category (experiment id/tburkard@chromium.org2011-10-142-42/+51
| | | | | | | | prerender type), and one for global counts. R=dominich, cbentzel Review URL: http://codereview.chromium.org/8303002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105532 0039d316-1c4b-4281-b951-d872f2087c98
* Fix flaky AppInstallBundle test.jstritar@chromium.org2011-10-141-3/+13
| | | | | | | | | | | The WebstoreInstallListener was exiting the browser test early, when it should only quit the message loop when the test is waiting on its callbacks. BUG=100301 TEST=ExtensionWebstorePrivateApiTest.AppInstallBundle Review URL: http://codereview.chromium.org/8289003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105531 0039d316-1c4b-4281-b951-d872f2087c98
* PPAPI Fullscreen: remove redundant code errouneously inherited frompolina@google.com2011-10-143-24/+11
| | | | | | | | | | | | | FlashFullscreen. Tested with ppapi/native_client/tests/ppapi_browser/ppb_fullscreen upgraded with 2D graphics. Will commit in a separate patch. BUG=41780 TEST=ppapi/tests/test_fullscreen + see above Review URL: http://codereview.chromium.org/8275031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105530 0039d316-1c4b-4281-b951-d872f2087c98
* PrintPreview: Added code to honor the grayscale color model.kmadhusu@chromium.org2011-10-143-2/+9
| | | | | | | | | | | BUG=None TEST=Add a printer which supports grayscale and cmyk color models. Preview a color webpage. Observe that the color options is displayed to the user. Review URL: http://codereview.chromium.org/8280002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105528 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-10-141-4/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105527 0039d316-1c4b-4281-b951-d872f2087c98
* Roll skia to r2478.bsalomon@google.com2011-10-145-123/+113
| | | | | | Review URL: http://codereview.chromium.org/8268006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105526 0039d316-1c4b-4281-b951-d872f2087c98
* Implemented cancel connect.jamiewalch@google.com2011-10-143-25/+63
| | | | | | | | | BUG=None TEST=Manual Review URL: http://codereview.chromium.org/8273024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105525 0039d316-1c4b-4281-b951-d872f2087c98
* ntp4: apps apps apps...estade@chromium.org2011-10-142-9/+17
| | | | | | | | | | | | Set the default pane name for apps panes to Apps (rather than blank). Also, fix a bug where app pane renames didn't get propagated across open NTPs. BUG=97821 TEST=manual Review URL: http://codereview.chromium.org/8264001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105524 0039d316-1c4b-4281-b951-d872f2087c98