summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Publish DEPS for Chromium 10.0.642.110.0.642.1gitdeps2014-04-041-305/+190
|
* Merge 71628 - Fix widget pepper interface crashing after r71544.kerz@chromium.org2011-01-182-3/+1
| | | | | | | | | Review URL: http://codereview.chromium.org/6368002 TBR=jam@chromium.org Review URL: http://codereview.chromium.org/6351004 git-svn-id: svn://svn.chromium.org/chrome/branches/642/src@71686 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 642.0 to 643.0 to 642.1chrome-release@google.com2011-01-181-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/642/src@71640 0039d316-1c4b-4281-b951-d872f2087c98
* Branching for 642 @71626chrome-release@google.com2011-01-180-0/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/642/src@71638 0039d316-1c4b-4281-b951-d872f2087c98
* Attempt to fix Linux interactive tests.dimich@chromium.org2011-01-181-2/+2
| | | | | | | | | | TBR=pfeldman BUG=none TEST=none Review URL: http://codereview.chromium.org/6348005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71626 0039d316-1c4b-4281-b951-d872f2087c98
* Add dataType=string to <select> elements with 'pref' attribute, if missing.satorux@chromium.org2011-01-185-0/+18
| | | | | | | | | | | | | | | | dataType has been required for <select pref=...> since http://src.chromium.org/viewvc/chrome?view=rev&revision=71284 BUG=to be filed TEST=confirmed that the punctuation style setting worked for mozc. also confirmed that all <select> elements with 'pref' attribute have dataType: % perl -n0e 's/(<select[^>]*pref.*?>)/print "$ARGV:$1\n"/gse' *.html > all_select_prefs % perl -n0e 's/(<select[^>]*dataType.*?>)/print "$ARGV:$1\n"/gse' *.html > select_prefs_with_datatype % diff all_select_prefs select_prefs_with_datatype Review URL: http://codereview.chromium.org/6286002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71625 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a bug that broke the timezone setting.satorux@chromium.org2011-01-181-0/+1
| | | | | | | | | | | | | The issue was probably introduced by http://src.chromium.org/viewvc/chrome?view=rev&revision=71284 that made undefined dataType to be an error. BUG=chromium-os:10878 TEST=manually on the netbook Review URL: http://codereview.chromium.org/6246005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71624 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 75931:75993dimich@chromium.org2011-01-181-1/+1
| | | | | | | | | | TBR=bulach BUG=none TEST=none Review URL: http://codereview.chromium.org/6307005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71623 0039d316-1c4b-4281-b951-d872f2087c98
* Remove BUG= and TEST= checks from upload commit presubmit check.maruel@chromium.org2011-01-181-8/+9
| | | | | | | | | | | Fix PRESUBMIT.py to exclude Makefile. BUG=none TEST=presubmit check is less noisy Review URL: http://codereview.chromium.org/5976009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71622 0039d316-1c4b-4281-b951-d872f2087c98
* Update third_party/WebKit to r71605 to fix svn:ignore on Mac.maruel@chromium.org2011-01-181-1/+1
| | | | | | | | | | | | NO CODE CHANGE. TBR=abarth TEST= BUG= Review URL: http://codereview.chromium.org/6310010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71618 0039d316-1c4b-4281-b951-d872f2087c98
* Made return types of various Value::DeepCopy() implementations more specificakalin@chromium.org2011-01-1814-76/+124
| | | | | | | | | | | | | | | | | | Since C++ supports covariant return types, a subclass of Value can return its own pointer type for Value::DeepCopy(). Also made signatures of Value::Create*Value() more specific. Removed now-unnecessary casts. Added test for covariant return types. BUG=None TEST=Compile Review URL: http://codereview.chromium.org/6324004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71617 0039d316-1c4b-4281-b951-d872f2087c98
* DOMUI: Don't call SetString for fields that doesn't exist in the Password ↵tfarina@chromium.org2011-01-181-4/+0
| | | | | | | | | | | Manager. BUG=69145 TEST=manual Review URL: http://codereview.chromium.org/6307004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71616 0039d316-1c4b-4281-b951-d872f2087c98
* DOMUI: Move the meat of SyncOptionsHandler into PersonalOptionsHandler.tfarina@chromium.org2011-01-186-129/+55
| | | | | | | | | | | (This was a TODO for jhawkins). BUG=None TEST=manual Review URL: http://codereview.chromium.org/6344004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71615 0039d316-1c4b-4281-b951-d872f2087c98
* Mac, WEBUI: use the theme bookmark folder icon (which is blue), instead of ↵mdm@chromium.org2011-01-181-0/+6
| | | | | | | | | | | the default yellow one. BUG=69704 TEST=bookmark folder icons are blue in the WEBUI bookmark manager Review URL: http://codereview.chromium.org/6331003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71611 0039d316-1c4b-4281-b951-d872f2087c98
* Filed bugs for open issues (mingw-w64 and pdfsqueeze) and updatedmal@chromium.org2011-01-181-2/+4
| | | | | | | | | | | | the comments to reflect this. I'll clean up when I hear back from dmaclach and the Nacl team. BUG= None TEST= None Review URL: http://codereview.chromium.org/6266005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71610 0039d316-1c4b-4281-b951-d872f2087c98
* First cut at creating a refactored version of tab_contents_views. This isanicolao@google.com2011-01-187-175/+344
| | | | | | | | | | | | motivated by a discussion with Ben and Scott in the process of fixing a z-order issue in http://codereview.chromium.org/5700003/ BUG=none TEST=manually on both touch and non-touch builds, trybots Review URL: http://codereview.chromium.org/6024007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71608 0039d316-1c4b-4281-b951-d872f2087c98
* Roll skia r690:r699.thakis@chromium.org2011-01-172-1/+8
| | | | | | | | | | r692 fixes a valgrind error. r691 brings in optional gradient dithering code for 32bit pixels. Disable this in chrome for now. BUG=41756,69531,69452 TEST=none TBR=reed git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71607 0039d316-1c4b-4281-b951-d872f2087c98
* Remove TRYSERVER_HTTP_ stuff.thakis@chromium.org2011-01-171-2/+0
| | | | | | | | | | | | | The http method is broken, and having this in here means `git try` takes 60 seconds just to discover that it should retry using svn. Removing this == developer_productivity++ BUG=none TEST=none Review URL: http://codereview.chromium.org/6312005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71606 0039d316-1c4b-4281-b951-d872f2087c98
* Fix svn:ignore for src/third_party. It was overwritten in r71593.maruel@chromium.org2011-01-170-0/+0
| | | | | | | TBR=satish git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71603 0039d316-1c4b-4281-b951-d872f2087c98
* Move loose extension files in c/b/ui/cocoa/ into the extensions/ subdirrsesek@chromium.org2011-01-1713-25/+25
| | | | | | | | BUG=none TEST=compile Review URL: http://codereview.chromium.org/6269009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71600 0039d316-1c4b-4281-b951-d872f2087c98
* Add the option of compressing speech input audio using FLAC.satish@chromium.org2011-01-176-116/+286
| | | | | | | | | | | | | | | In the process, added a generic AudioEncoder interface which could create the requested codec. Right now the codec is set to FLAC. In a future CL, we'll determine the codec to use dynamically based on bandwidth considerations. This CL depends on http://codereview.chromium.org/6205006/ going in first. BUG=61677 TEST=none Review URL: http://codereview.chromium.org/6111009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71599 0039d316-1c4b-4281-b951-d872f2087c98
* Disable crashy FindInPageTest.PrepopulateRespectBlankphajdan.jr@chromium.org2011-01-171-1/+2
| | | | | | | | | | TBR=finnur BUG=69882 TEST=interactive_ui_tests Review URL: http://codereview.chromium.org/6350004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71598 0039d316-1c4b-4281-b951-d872f2087c98
* Mark WorkerTest.MultipleTabsQueuedSharedWorker as flakyphajdan.jr@chromium.org2011-01-171-1/+2
| | | | | | | | | | TBR=atwilson BUG=69881 TEST=ui_tests Review URL: http://codereview.chromium.org/6347003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71597 0039d316-1c4b-4281-b951-d872f2087c98
* [cros] Make "New user" sign in consistent.nkostylev@chromium.org2011-01-171-6/+0
| | | | | | | | | | | Always present "password changed" dialog when user homedir exists. BUG=chromium-os:10623 TEST=Manual Review URL: http://codereview.chromium.org/6350003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71596 0039d316-1c4b-4281-b951-d872f2087c98
* [cros] Update OOBE network error message.nkostylev@chromium.org2011-01-171-2/+1
| | | | | | | | | BUG=chromium-os:8172 TEST=N/A Review URL: http://codereview.chromium.org/6303008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71595 0039d316-1c4b-4281-b951-d872f2087c98
* Remove error bubble on typing new passworddpolukhin@chromium.org2011-01-173-3/+9
| | | | | | | | | BUG=chromium-os:10958 TEST=manual Review URL: http://codereview.chromium.org/6355007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71594 0039d316-1c4b-4281-b951-d872f2087c98
* Add the newly included FLAC third party library to the DEPS file and ignoresatish@chromium.org2011-01-172-0/+4
| | | | | | | | | | | | | | list. I have also set the svn:ignore property for the 'flac' subdir under third_party directory, though I guess it can't be seen in the review. BUG=none TEST=none Review URL: http://codereview.chromium.org/6205006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71593 0039d316-1c4b-4281-b951-d872f2087c98
* Do not read /proc/self/exe before forking if Chrome is ran under Valgrind.glider@chromium.org2011-01-171-1/+5
| | | | | | | | | | | This should prevent ui_tests from crashing under Valgrind on Linux. This fix was suggested by kcc (see the discussion of issue 28439) BUG=28439 Review URL: http://codereview.chromium.org/6331002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71590 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit DEPSabarth@chromium.org2011-01-171-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71589 0039d316-1c4b-4281-b951-d872f2087c98
* A quick fix for TopSitesMigrationTest.Migrate.hbono@chromium.org2011-01-172-12/+23
| | | | | | | | | | This test seems to fail because history.19.sql migrates very old pages, i.e. pages whose last_visit_time is >90 days before now, and our history service filters them out. This change just replaces the time-sensitive values (i.e. 'last_visit_time', 'visit_time', and 'time_slot') with the current time to prevent migrating expired pages. BUG=none TEST=TopSitesMigrationTest.Migrate Review URL: http://codereview.chromium.org/6371001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71588 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit DEPS to pick up build fix for Mac.abarth@chromium.org2011-01-171-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71587 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ↵abarth@chromium.org2011-01-17207-729/+722
| | | | | | reflect the move. Consolidate how we DEPS in WebKit source files. Cross fingers. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71586 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ↵abarth@chromium.org2011-01-17236-637/+637
| | | | | | reflect the move. Consolidate how we DEPS in WebKit source files. Cross fingers. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71585 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit DEPSabarth@chromium.org2011-01-171-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71583 0039d316-1c4b-4281-b951-d872f2087c98
* Remove a suppression that should not be necessary.thakis@chromium.org2011-01-161-4/+0
| | | | | | | | It already is in the upstream test_expectations file. TBR=senorblanco git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71581 0039d316-1c4b-4281-b951-d872f2087c98
* Remove more suppressions for tests that I rebaselined upstream.thakis@chromium.org2011-01-161-4/+0
| | | | | | TBR=senorblanco git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71580 0039d316-1c4b-4281-b951-d872f2087c98
* Fix for ChromeFrame TypeUrl test failures on the IE9 builder. The Address ↵ananta@chromium.org2011-01-161-2/+2
| | | | | | | | | | | | | | | bar accessibility object name had changed a bit in the IE9 update. Updated the text expectations to account for this. BUG=none TEST=Existing ChromeFrame TypeUrl tests. TBR=amit Review URL: http://codereview.chromium.org/6248007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71579 0039d316-1c4b-4281-b951-d872f2087c98
* Mac: Fix crash when clicking on zombie translate options menujeremy@chromium.org2011-01-164-0/+14
| | | | | | | | | | | Add an [- infoBarWillClose] selector to InfoBarController to give the translate infobar a chance to dismiss the options menu when the infobar is detached from a window. BUG=67594 TEST=See bug Review URL: http://codereview.chromium.org/6296003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71575 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit DEPSabarth@chromium.org2011-01-161-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71574 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 641.0 to 642.0chrome-release@google.com2011-01-161-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71572 0039d316-1c4b-4281-b951-d872f2087c98
* Modify licenses.py to handle Windows paths and support all DEPS.mal@chromium.org2011-01-162-20/+1816
| | | | | | | | | | | | | | | | | | | | | Also bring about_credits.html up to date. 1. licenses.py was failing on Windows because of path separators, so I changed remaining path strings to use os.path.join. 2. I wasn't seeing all DEPS on my system, so I modified DEPS locally to ignore os_deps. That led to several changes to make sure os-specific libraries (pdfsqueeze, GTM, for example) get attribution in about_credits. 3. Some of the code we pull in doesn't need attribution in our about_credits (windows SDK), so I added new ignore rules. BUG=none TEST= dunno. about:credits credits everything we include? R= evan@chromium.org Review URL: http://codereview.chromium.org/6263006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71570 0039d316-1c4b-4281-b951-d872f2087c98
* Add licensing info for qcms.mal@chromium.org2011-01-162-2/+56
| | | | | | | | | | | | | The two license attributions are taken from Firefox's about:license page and correspond to the license headers in the source files. This change makes licenses.py happy. R=abarth,evanm TEST= about:credits includes a qcms section crediting Marti Maria and SunSoft. Review URL: http://codereview.chromium.org/6262004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71568 0039d316-1c4b-4281-b951-d872f2087c98
* Added CHECK for buffer_ and xml_wrapper_ to be not NULL rtenneti@chromium.org2011-01-161-1/+3
| | | | | | | | | | | before accessing them. BUG=64813 TEST=see bug Review URL: http://codereview.chromium.org/6273006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71564 0039d316-1c4b-4281-b951-d872f2087c98
* Delete the empty protobuf2 directorymal@chromium.org2011-01-160-0/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71563 0039d316-1c4b-4281-b951-d872f2087c98
* Remove obsolete WebViewClient::createView method.jochen@chromium.org2011-01-154-26/+0
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6282003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71562 0039d316-1c4b-4281-b951-d872f2087c98
* Update the include ordering and (C) dates.msw@chromium.org2011-01-1512-14/+14
| | | | | | | | | | | Affects files that include from chrome/browser/ui/views BUG=69082 TEST=none Review URL: http://codereview.chromium.org/6299008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71561 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 75869:75877jochen@chromium.org2011-01-151-1/+1
| | | | | | | | | | TBR=hayato BUG=none TEST=none Review URL: http://codereview.chromium.org/6334005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71560 0039d316-1c4b-4281-b951-d872f2087c98
* Add an elided frame to suppress one more leak in CookiesWindowController.rsesek@chromium.org2011-01-151-0/+1
| | | | | | | | | | BUG=69757 TEST=Mac Valgrind goes green TBR=thestig Review URL: http://codereview.chromium.org/6297005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71559 0039d316-1c4b-4281-b951-d872f2087c98
* Remove action_timeout_ms and fix all the callers.tfarina@chromium.org2011-01-155-19/+22
| | | | | | | | | | | (This was a TODO for phajdan.jr). BUG=None TEST=trybots Review URL: http://codereview.chromium.org/6282002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71558 0039d316-1c4b-4281-b951-d872f2087c98
* app: Remove animation header files.tfarina@chromium.org2011-01-1510-645/+0
| | | | | | | | | | | They were moved to ui/base/animation. Remove them now, since no one is including these files. BUG=None TEST=trybots Review URL: http://codereview.chromium.org/6243002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71557 0039d316-1c4b-4281-b951-d872f2087c98