summaryrefslogtreecommitdiffstats
path: root/chrome
Commit message (Collapse)AuthorAgeFilesLines
...
* Implemented initial version of server-issued notification client.akalin@chromium.org2010-06-2319-427/+1135
| | | | | | | | | | | | | | | | Added NOTIFICATION_SERVER notification method (use --sync-notification-method=server to turn on). BUG=34647 TEST=manually Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=50479 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=50550 Review URL: http://codereview.chromium.org/2827014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50560 0039d316-1c4b-4281-b951-d872f2087c98
* TTF: Rename jumplist.cc/h to jumplist_win.cc/h as it's a win-onlyjhawkins@chromium.org2010-06-234-8/+7
| | | | | | | | | | | file. BUG=none TEST=none Review URL: http://codereview.chromium.org/2836020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50559 0039d316-1c4b-4281-b951-d872f2087c98
* code cleanup for media code for video renerers.jiesun@google.com2010-06-231-13/+3
| | | | | | | | | add more generic surface format and surface type signalling from video decoder to video renderer. if we want to allocate buffer in renderer, we had to know these kind of information. remove redundant ParseMediaFormat and duplicated width,height, egl_image_supports in derived class of VideoRenderBase. Review URL: http://codereview.chromium.org/2829009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50558 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 50550 - Implemented initial version of server-issued notification client.akalin@chromium.org2010-06-2318-1129/+427
| | | | | | | | | | | | | | | | | Added NOTIFICATION_SERVER notification method (use --sync-notification-method=server to turn on). BUG=34647 TEST=manually Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=50479 Review URL: http://codereview.chromium.org/2827014 TBR=akalin@chromium.org Review URL: http://codereview.chromium.org/2860015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50557 0039d316-1c4b-4281-b951-d872f2087c98
* Clang: Do not ignore result of HANDLE_EINTR.thakis@chromium.org2010-06-231-2/+4
| | | | | | Review URL: http://codereview.chromium.org/2805026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50556 0039d316-1c4b-4281-b951-d872f2087c98
* Fix clock to use ICU's internationalization.chocobo@chromium.org2010-06-234-65/+10
| | | | | | | | BUG=chromium-os:1830 TEST=ClockMenuButtonBrowserTest, manual Review URL: http://codereview.chromium.org/2851020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50554 0039d316-1c4b-4281-b951-d872f2087c98
* Enable ManifestTest.AppLaunchContainer as it should be passing now.scherkus@chromium.org2010-06-231-2/+1
| | | | | | | | | | BUG=47230 TEST=test passes TBR=robertshield Review URL: http://codereview.chromium.org/2844016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50553 0039d316-1c4b-4281-b951-d872f2087c98
* Implemented initial version of server-issued notification client.akalin@chromium.org2010-06-2318-427/+1129
| | | | | | | | | | | | | | Added NOTIFICATION_SERVER notification method (use --sync-notification-method=server to turn on). BUG=34647 TEST=manually Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=50479 Review URL: http://codereview.chromium.org/2827014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50550 0039d316-1c4b-4281-b951-d872f2087c98
* Makes the bookmark bubble right aligned.sky@chromium.org2010-06-221-1/+1
| | | | | | | | | | BUG=40752 TEST=make sure the bookmark bubble is now right aligned (or left aligned for rtl locales). Review URL: http://codereview.chromium.org/2872012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50545 0039d316-1c4b-4281-b951-d872f2087c98
* Makes dragging url from omnibox use same logic as copying fromsky@chromium.org2010-06-221-6/+12
| | | | | | | | | | | omnibox. BUG=44736 TEST=see bug Review URL: http://codereview.chromium.org/2809030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50544 0039d316-1c4b-4281-b951-d872f2087c98
* TBR: willchanalbertb@chromium.org2010-06-2228-509/+65
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50541 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor MergePreferences to handle null values properly.skrul@chromium.org2010-06-225-85/+229
| | | | | | | | | | | This change allows MergePreference to handle Value::TYPE_NULL values for either the local preference or the sever value. The old way of merging into the server parameter could no longer work since if the server value was null, the return would still need to be a list or dict. So the new API is to return the merged value and now all parameters are const. BUG=46719 TEST=unit Review URL: http://codereview.chromium.org/2821015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50539 0039d316-1c4b-4281-b951-d872f2087c98
* DRAFT: sync_api changes to support password encryptionalbertb@chromium.org2010-06-2228-65/+509
| | | | | | | | | BUG=32410 TEST=start two browsers with --enable-sync-passwords, verify that passwords do get synced between the two Review URL: http://codereview.chromium.org/2302001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50538 0039d316-1c4b-4281-b951-d872f2087c98
* Emergency goobsdiff patch: don't use LZMA_RUN after LZMA_FINISH.mark@chromium.org2010-06-221-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | In testing, cases were discovered where fread would read until EOF, but lzma_code would not be able to decompress that entire block in one call because not enough space was available in the output buffer. Calling lzma_code with LZMA_FINISH followed by LZMA_RUN is incorrect. Once LZMA_FINISH is used once, subsequent calls to lzma_code must also use LZMA_FINISH. From <lzma/base.h>: * After the first use of LZMA_SYNC_FLUSH, LZMA_FULL_FLUSH, or LZMA_FINISH, * the same `action' must is used until lzma_code() returns LZMA_STREAM_END. * Also, the amount of input (that is, strm->avail_in) must not be modified * by the application until lzma_code() returns LZMA_STREAM_END. Changing the * `action' or modifying the amount of input will make lzma_code() return * LZMA_PROG_ERROR. This bug caused goobspatch to exit prematurely with a message like goobspatch: xzread(extra, 216): 11 11 is LZMA_PROG_ERROR. BUG=47199 TEST=none Review URL: http://codereview.chromium.org/2875008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50537 0039d316-1c4b-4281-b951-d872f2087c98
* Coverage: Fix the coverage target. interactive_ui_tests.gypi is alreadyjhawkins@chromium.org2010-06-221-1/+1
| | | | | | | | | | | included. BUG=none TEST=none Review URL: http://codereview.chromium.org/2800024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50536 0039d316-1c4b-4281-b951-d872f2087c98
* Disabling crashing test ManifestTest.AppLaunchContainer.robertshield@chromium.org2010-06-221-1/+2
| | | | | | | | | | BUG=47230 TEST=none TBR=scherkus,avi,willchan Review URL: http://codereview.chromium.org/2800023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50534 0039d316-1c4b-4281-b951-d872f2087c98
* Marking RepostFormWarningTest.TestDoubleReload and ↵robertshield@chromium.org2010-06-221-2/+16
| | | | | | | | | | | | RepostFormWarningTest.TestLoginAfterRepost as flaky on Windows. BUG=47228 TEST=none TBR=avi,willchan Review URL: http://codereview.chromium.org/2848019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50532 0039d316-1c4b-4281-b951-d872f2087c98
* Use -Os to minimize the size of the installer tools.mark@chromium.org2010-06-222-0/+24
| | | | | | | | BUG=47199 TEST=none Review URL: http://codereview.chromium.org/2801016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50531 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the compiler error in breakpad_win if exception is enabled.victorw@chromium.org2010-06-221-34/+35
| | | | | | | | | | | | | | | The error (C2712) is caused by using __try in function that requires object unwinding. To fix this, move the code that requires SEH to another function. R=cpu CC=maruel BUG=none TEST=none Review URL: http://codereview.chromium.org/2841022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50530 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes possible crash in menus and makes widgetgtk not send outsky@chromium.org2010-06-221-2/+8
| | | | | | | | | | | mousemove if the event is the result of a grab. BUG=45734 TEST=none Review URL: http://codereview.chromium.org/2841018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50529 0039d316-1c4b-4281-b951-d872f2087c98
* Fix about:ipc on Mac.jrg@chromium.org2010-06-221-1/+1
| | | | | | | | | | | Sigh. BUG=none TEST=about:ipc on Mac and see the dialog Review URL: http://codereview.chromium.org/2869017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50528 0039d316-1c4b-4281-b951-d872f2087c98
* xz/LZMA2 compression for goobsdiff/goobspatch.mark@chromium.org2010-06-226-43/+294
| | | | | | | | BUG=47199 TEST=none Review URL: http://codereview.chromium.org/2805024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50527 0039d316-1c4b-4281-b951-d872f2087c98
* Allow WebGLES2 contexts to be initialized with a parent context for the purposesvangelis@chromium.org2010-06-222-1/+24
| | | | | | | | of sharing resources. BUG=47205 Review URL: http://codereview.chromium.org/2844015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50526 0039d316-1c4b-4281-b951-d872f2087c98
* Unreverting 50489 - Added app.launch.width and app.launch.height keys to app ↵scherkus@chromium.org2010-06-2212-0/+140
| | | | | | manifest. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50523 0039d316-1c4b-4281-b951-d872f2087c98
* Oops, forgot a file in 2842006.kathyw@chromium.org2010-06-221-0/+452
| | | | | | | | | | TBR=aa TEST=none BUG=none Review URL: http://codereview.chromium.org/2831021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50520 0039d316-1c4b-4281-b951-d872f2087c98
* TTF: Add tests for FileMetaDataParser.jhawkins@chromium.org2010-06-223-2/+101
| | | | | | | | | BUG=none TEST=FileMetaDataParserTest.* Review URL: http://codereview.chromium.org/2814022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50518 0039d316-1c4b-4281-b951-d872f2087c98
* Add Accessibility page. All doc/*html files changed,kathyw@chromium.org2010-06-2250-0/+960
| | | | | | | | | | | since the left nav changed. BUG=none TEST=none Review URL: http://codereview.chromium.org/2842006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50517 0039d316-1c4b-4281-b951-d872f2087c98
* Use base::SHA1HashString in ie7_password::GetUrlHashdavidben@chromium.org2010-06-222-71/+15
| | | | | | | | | | | | This saves a considerable amount of code. It also removes the call to CryptAcquireContext without CRYPT_VERIFYCONTEXT which is not recommended if passing a NULL container. (We were only computing a hash, so CRYPT_VERIFYCONTEXT was sufficient.) R=wtc BUG=none TEST=PasswordStoreWinTest.ConvertIE7Login Review URL: http://codereview.chromium.org/2875002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50516 0039d316-1c4b-4281-b951-d872f2087c98
* Add chrome/installer/mac/third_party/xz, and update DEPS to add r50504 on Macmark@chromium.org2010-06-223-0/+840
| | | | | | | | | | | | OS X: Add an unpatched version of xz, XZ Utils, to /trunk/deps/third_party. BUG=47199 TEST=none Review URL: http://codereview.chromium.org/2846025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50514 0039d316-1c4b-4281-b951-d872f2087c98
* TTF: Write tests for FirstRun.jhawkins@chromium.org2010-06-227-58/+141
| | | | | | | | | BUG=none TEST=FirstRunTest.* Review URL: http://codereview.chromium.org/2862024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50513 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Adds back in the right divider at alcor's request. Tightens up the ↵andybons@chromium.org2010-06-223-16/+44
| | | | | | | | | | right wrench menu in Toolbar.xib. TEST=none BUG=45764 Review URL: http://codereview.chromium.org/2813025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50512 0039d316-1c4b-4281-b951-d872f2087c98
* Disables phantom tabs. I'm not nuking all the code as Nicholas/Glen thought ↵sky@chromium.org2010-06-225-2/+20
| | | | | | | | | | | we may yet try them again shortly. BUG=46852 TEST=none Review URL: http://codereview.chromium.org/2833026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50511 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 50489 - Added app.launch.width and app.launch.height keys to app ↵robertshield@chromium.org2010-06-2212-140/+0
| | | | | | | | | | | | | | | | manifest. This allows panels and window container types to specify initial dimensions when launching. BUG=46501 TEST=add app.launch.width/height to an app manifest with container==panel/window Review URL: http://codereview.chromium.org/2814016 TBR=scherkus@chromium.org Review URL: http://codereview.chromium.org/2823023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50505 0039d316-1c4b-4281-b951-d872f2087c98
* Adding suppression for reliability crash found in MessageLoop::RunTask.robertshield@chromium.org2010-06-221-0/+3
| | | | | | | | | | BUG=47207 TEST=none TBR=avi,willchan Review URL: http://codereview.chromium.org/2854016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50503 0039d316-1c4b-4281-b951-d872f2087c98
* When creating a child ggl context, flush commands in the parent context ↵vangelis@chromium.org2010-06-221-0/+4
| | | | | | | | | first before attempting to get a texture id to make sure that the id's stay consistent. Review URL: http://codereview.chromium.org/2846021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50501 0039d316-1c4b-4281-b951-d872f2087c98
* Fix some issues with the omnibox extension API in incognito windows.mpcomplete@chromium.org2010-06-221-6/+24
| | | | | | | | | | | | - Don't enter "keyword" mode unless the extension is enabled and allowed in incognito. - Show extension suggest results for incognito windows. BUG=46933 Review URL: http://codereview.chromium.org/2810020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50498 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 445.0 to 446.0chrome-release@google.com2010-06-221-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50493 0039d316-1c4b-4281-b951-d872f2087c98
* Fix renderer accessibility for BrowserBubble objects.ctguil@chromium.org2010-06-223-12/+11
| | | | | | | | | | | Move RenderWidgetHost::SetDocumentLoaded calls from TabContents to RenderViewHost so that renderer acessibility is requested on render views that don't have a TabContents delegate. BUG=none TEST=none Review URL: http://codereview.chromium.org/2853009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50490 0039d316-1c4b-4281-b951-d872f2087c98
* Added app.launch.width and app.launch.height keys to app manifest.scherkus@chromium.org2010-06-2212-0/+140
| | | | | | | | | | | This allows panels and window container types to specify initial dimensions when launching. BUG=46501 TEST=add app.launch.width/height to an app manifest with container==panel/window Review URL: http://codereview.chromium.org/2814016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50489 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: Dynamically load libgnutls.so in the cloud printing CUPS code.thestig@chromium.org2010-06-223-26/+57
| | | | | | | | BUG=46954 TEST=chrome binary built on Hardy no longer explictily depend on libgnutls.so.13. Review URL: http://codereview.chromium.org/2823018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50487 0039d316-1c4b-4281-b951-d872f2087c98
* Manifest file for Chromium.avi@chromium.org2010-06-221-0/+180
| | | | | | | | | BUG=http://crbug.com/45334 TEST=none yet Review URL: http://codereview.chromium.org/2838011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50485 0039d316-1c4b-4281-b951-d872f2087c98
* Marking FindInPageControllerTest, MAYBE_NoIncognitoPrepopulate as FLAKY on ↵robertshield@chromium.org2010-06-221-0/+3
| | | | | | | | | | | | | Windows. BUG=40948 TEST=none TBR=avi,willchan Review URL: http://codereview.chromium.org/2852017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50483 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 50479 - Implemented initial version of server-issued notification client.akalin@chromium.org2010-06-2218-1129/+427
| | | | | | | | | | | | | | | Added NOTIFICATION_SERVER notification method (use --sync-notification-method=server to turn on). BUG=34647 TEST=manually Review URL: http://codereview.chromium.org/2827014 TBR=akalin@chromium.org Review URL: http://codereview.chromium.org/2805023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50482 0039d316-1c4b-4281-b951-d872f2087c98
* Implemented initial version of server-issued notification client.akalin@chromium.org2010-06-2218-427/+1129
| | | | | | | | | | | | Added NOTIFICATION_SERVER notification method (use --sync-notification-method=server to turn on). BUG=34647 TEST=manually Review URL: http://codereview.chromium.org/2827014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50479 0039d316-1c4b-4281-b951-d872f2087c98
* Initial commit of CookieMonster statistics.rdsmith@google.com2010-06-221-1/+3
| | | | | | | | | | | | | | | | | Specifically: * Number of cookies, recorded every ten minutes of active browsing (i.e. cookies being requested from CookieMonster) * Last access time, recorded when cookie accessed. * Last access time for evicted cookies, recorded on eviction * Time until cookie expires, recorded on insertion. * Reason for a cookie being removed from store, recorded when removed. * Size of batch update to persistent cookie store and whether it succeeded or failed, recorded at success/failure. BUG=4005 TEST=net_unittests CookieMonster.* on Linux Review URL: http://codereview.chromium.org/2718011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50477 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: allow using GNOME Keyring and KWallet for password storage via a ↵mdm@chromium.org2010-06-223-10/+65
| | | | | | | | | | command line flag, disabled by default. BUG=12351, 25404, 45896 TEST=still uses default password store unless --password-store is given with a value of detect, gnome, or kwallet Review URL: http://codereview.chromium.org/2730008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50475 0039d316-1c4b-4281-b951-d872f2087c98
* NTP: Make sure to clear the background image for fillers.arv@chromium.org2010-06-221-0/+1
| | | | | | | | | BUG=45137 TEST=See bug Review URL: http://codereview.chromium.org/2849017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50473 0039d316-1c4b-4281-b951-d872f2087c98
* Fix line endings in sync code.albertb@chromium.org2010-06-222-17/+17
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/2860014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50472 0039d316-1c4b-4281-b951-d872f2087c98
* Don't reverse left and right scrolling in GTKdavidben@chromium.org2010-06-221-4/+4
| | | | | | | | | | R=wtc,davemoore BUG=47076 TEST=horizontal scroll (or shift + vertical) in Linux, left/right should not be reversed Review URL: http://codereview.chromium.org/2860011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50471 0039d316-1c4b-4281-b951-d872f2087c98
* Send a focus notification in addition to a document load complete notification.dmazzoni@chromium.org2010-06-221-0/+2
| | | | | | | | | BUG=47084 TEST=none Review URL: http://codereview.chromium.org/2840014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50469 0039d316-1c4b-4281-b951-d872f2087c98