summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix files with svn:executable permissions.thestig@chromium.org2010-06-2355-0/+0
| | | | | | | BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50566 0039d316-1c4b-4281-b951-d872f2087c98
* Allow src/media/tools/ to include files from app.tony@chromium.org2010-06-231-0/+4
| | | | | | | | | | Seems ok since these are stand alone programs. TBR=wjia Review URL: http://codereview.chromium.org/2834017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50565 0039d316-1c4b-4281-b951-d872f2087c98
* Take #3 - attempt to resubmit the ReportMetrics() change for the ↵dpranke@chromium.org2010-06-238-0/+23
| | | | | | | | | | | | | | | | PasswordStore object. Attempting to resubmit this CL. It looks like the previous CLs failed because of some weird issue with GMock on Windows - moving the ordering of the method declarations in password_manager_unittest seems to fix things. TBR=jcivelli@chromium.org BUG=45946 TEST=unit_tests stays green Review URL: http://codereview.chromium.org/2810023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50564 0039d316-1c4b-4281-b951-d872f2087c98
* Do speculative preconnection based on network traffic (not just DNS)jar@chromium.org2010-06-2318-375/+555
| | | | | | | | | | | | This rev also handles the triple of scheme/host/port for recording both referrers and speculative connections, so that we can soon support SSL warming as well as "mere" TCP/IP preconnection. r=mbelshe Review URL: http://codereview.chromium.org/2563004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50563 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup: Remove some unneeded webkit/glue headers from chrome.thestig@chromium.org2010-06-239-18/+15
| | | | | | | | BUG=46666 TEST=none Review URL: http://codereview.chromium.org/2850021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50562 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a crash when we try to close a js dialog that wasn't shown.tony@chromium.org2010-06-233-2/+11
| | | | | | | | | | | | | The dialog has been queued, but it hasn't been shown because a different dialog is already showing. We try to close the dialog because a page navigation has occurred. BUG=47056 TEST=None Review URL: http://codereview.chromium.org/2803017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50561 0039d316-1c4b-4281-b951-d872f2087c98
* 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-2320-164/+132
| | | | | | | | | 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-238-32/+66
| | | | | | Review URL: http://codereview.chromium.org/2805026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50556 0039d316-1c4b-4281-b951-d872f2087c98
* fix broken gl rendererwjia@google.com2010-06-232-27/+4
| | | | | | | | | BUG=none TEST=player_x11 Review URL: http://codereview.chromium.org/2803019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50555 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
* Roll WebKit 61547:61629hclam@chromium.org2010-06-231-1/+1
| | | | | | | | | | | | The performance regression is fixed in r61629. TBR=tkent TEST=Tree stays gree BUG=none Review URL: http://codereview.chromium.org/2823024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50552 0039d316-1c4b-4281-b951-d872f2087c98
* Small fix to jingle_glue for chromotinghclam@chromium.org2010-06-231-1/+5
| | | | | | | | | | | | | | | | Allow JingleClient to be closed more than once and before it is initalized. If JingleClient is disconnected from the talk network due to reaons like invalid credentials, user of JingleClient will attempt to close the client again resulting a crash in libjingle. Instead of failing aggressive we allow the close operation to be more flexible and handle the invalid cases internally. TEST=none BUG=none Review URL: http://codereview.chromium.org/2819017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50551 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
* Enable the disabled test ProxyResolverV8Test.ReturnUnicode, by addressing ↵eroman@chromium.org2010-06-235-111/+202
| | | | | | | | | | | | some encoding issues. Switched some uses of UTF-8 encoded std::strings to UTF-16 encoded string16 -- this avoids the confusion on which strings are unicode, since these std::string were getting passed around and later assumed to be ASCII. BUG=46608, 47234 Review URL: http://codereview.chromium.org/2827018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50549 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
* Canvas refactoring part 1.ben@chromium.org2010-06-225-172/+318
| | | | | | | | | | | - Introduce a new Canvas2 interface. This will become the way that everyone talks to Canvas. It is populated primarily with the cross-platform methods from Canvas. - Make Canvas implement this interface. - Hook it up to the Windows RootView. Review URL: http://codereview.chromium.org/2866010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50543 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed cacheinvalidation.gyp so dependents compile properly and consistently.akalin@chromium.org2010-06-221-27/+12
| | | | | | | | | BUG=34647 TEST=made sure http://codereview.chromium.org/2827014/show compiles. Review URL: http://codereview.chromium.org/2813027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50542 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
* Update xpdual/moz total_byte_b expectations.chase@chromium.org2010-06-221-1/+1
| | | | | | | | | | | | | | | | | Amit's change in r50386 loads chrome.dll to lower startup time. This causes a corresponding increase in read_byte_b on xpdual/moz (and other perf tests). This means total_byte_b goes up, which caused the step to turn red. Adjusting expectations for this measure will cause xpdual moz to go green again. BUG=44129 TEST=xpdual moz is green TBR=nsylvain@chromium.org Review URL: http://codereview.chromium.org/2815022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50535 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-224-7/+25
| | | | | | | | | | | 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
* Enable gpu on all targetspiman@chromium.org2010-06-221-9/+4
| | | | | | Review URL: http://codereview.chromium.org/2853011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50519 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
* Makes the extension resize gripper only visible when the mouse is oversky@chromium.org2010-06-223-5/+45
| | | | | | | | | | | it. BUG=45750 TEST=see bug Review URL: http://codereview.chromium.org/2800022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50515 0039d316-1c4b-4281-b951-d872f2087c98
* Add chrome/installer/mac/third_party/xz, and update DEPS to add r50504 on Macmark@chromium.org2010-06-224-0/+843
| | | | | | | | | | | | 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
* Fix for Skia data race. This may introduce some performance issues; will ↵senorblanco@google.com2010-06-221-5/+9
| | | | | | | | | | | watch perf bots carefully. BUG=46672 TEST=see perf bits Review URL: http://codereview.chromium.org/2876001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50510 0039d316-1c4b-4281-b951-d872f2087c98
* Update the google-url dependency from r134 to r136.eroman@chromium.org2010-06-221-1/+1
| | | | | | | | | This only picks up some minor stylistic changes, and should not have any other impact. BUG=NONE Review URL: http://codereview.chromium.org/2876004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50509 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