summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Publish DEPS for Chromium 27.0.1453.10927.0.1453.109gitdeps2014-04-072-717/+788
|
* Incrementing VERSION to 27.0.1453.109chrome-release@google.com2013-05-281-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/1453/src@202480 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 198153 "Fix a NULL dereference bug (of URLRequest) in URLR..."phajdan.jr@chromium.org2013-05-272-2/+6
| | | | | | | | | | | | | | | | | | | | > Fix a NULL dereference bug (of URLRequest) in URLRequestFtpJob > > This avoids dereferencing request_ in URLRequestFtpJob's dtor. > Instead, the pointer to ProxyService is stored so that the outstanding > PAC request can be cancelled. > > BUG=237526 > TEST=Added URLRequestFtpJobTest.FtpProxyRequestOrphanJob to net_unittests. > R=mmenke@chromium.org > > Review URL: https://codereview.chromium.org/14652023 TBR=phajdan.jr@chromium.org Review URL: https://codereview.chromium.org/16115003 git-svn-id: svn://svn.chromium.org/chrome/branches/1453/src@202462 0039d316-1c4b-4281-b951-d872f2087c98
* Incrementing VERSION to 27.0.1453.108chrome-release@google.com2013-05-251-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/1453/src@202254 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 200732 "Add a leaked reference to g_browser_process before..."grt@chromium.org2013-05-241-0/+11
| | | | | | | | | | | | | | | > Add a leaked reference to g_browser_process before showing the uninstall dialog to avoid the views framework from erroneously exiting the browser process. > > BUG=241366 > TEST=Uninstall Chrome while it is set as the default browser. Select an item from the "make other browser default" combobox. Observe that the dialog does not immediately close. > > Review URL: https://chromiumcodereview.appspot.com/15134004 TBR=robertshield@chromium.org Review URL: https://codereview.chromium.org/15896009 git-svn-id: svn://svn.chromium.org/chrome/branches/1453/src@202136 0039d316-1c4b-4281-b951-d872f2087c98
* Fix M27 compile following merge of r199277 & r199806rsleevi@chromium.org2013-05-241-6/+6
| | | | | | | | | | Rename SpawnedTestServer back to TestServer, as it was known in M27. TBR=wtc git-svn-id: svn://svn.chromium.org/chrome/branches/1453/src@202124 0039d316-1c4b-4281-b951-d872f2087c98
* Incrementing VERSION to 27.0.1453.107chrome-release@google.com2013-05-241-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/1453/src@201963 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 199806 "Don't call SSL read/write callbacks after an SSL s..."rsleevi@chromium.org2013-05-244-8/+340
| | | | | | | | | | | | | | | > Don't call SSL read/write callbacks after an SSL socket is deleted > > BUG=232633 > R=wtc > > Review URL: https://chromiumcodereview.appspot.com/14981005 TBR=rsleevi@chromium.org Review URL: https://codereview.chromium.org/15954003 git-svn-id: svn://svn.chromium.org/chrome/branches/1453/src@201940 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 199277 "SSLClientSocketNSS should expect and properly hand..."rsleevi@chromium.org2013-05-243-40/+195
| | | | | | | | | | | | | | | | | > SSLClientSocketNSS should expect and properly handle when the > underlying transport socket synchronously returns an > unexpected error, such as an unclean socket shutdown. > > BUG=238536 > R=wtc > > Review URL: https://chromiumcodereview.appspot.com/14963009 TBR=rsleevi@chromium.org Review URL: https://codereview.chromium.org/15828003 git-svn-id: svn://svn.chromium.org/chrome/branches/1453/src@201938 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 199109 "Make cloud print dialog work with cloud printer on..."vitalybuka@chromium.org2013-05-232-23/+20
| | | | | | | | | | | | | | | | | > Make cloud print dialog work with cloud printer on first signin. > Better check for current URL. > Assign data only to cloud print URLs. > Don't reset data_. > > BUG=236786 > > Review URL: https://chromiumcodereview.appspot.com/14864005 TBR=vitalybuka@chromium.org Review URL: https://codereview.chromium.org/15732006 git-svn-id: svn://svn.chromium.org/chrome/branches/1453/src@201913 0039d316-1c4b-4281-b951-d872f2087c98
* Incrementing VERSION to 27.0.1453.106chrome-release@google.com2013-05-231-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/1453/src@201664 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 201657 "Removed references to the "simple" template type."awatson@chromium.org2013-05-231-25/+18
| | | | | | | | | | | | | | | | | | | | | > Removed references to the "simple" template type. > Removed references to the expandedMessage field. > Renamed secondIconUrl field to iconUrl. > > BUG= > > Staged document: > https://chrome-apps-doc.appspot.com/_patch/15761002/apps/notifications.html > > R=awatson@google.com, dewittj@chromium.org, kalman@chromium.org, somast@chromium.org > > Review URL: https://codereview.chromium.org/15761002 TBR=awatson@chromium.org Review URL: https://codereview.chromium.org/15766003 git-svn-id: svn://svn.chromium.org/chrome/branches/1453/src@201660 0039d316-1c4b-4281-b951-d872f2087c98
* Disable collection of D3D11 stats.apatrick@chromium.org2013-05-221-9/+0
| | | | | | Review URL: https://codereview.chromium.org/15737019 git-svn-id: svn://svn.chromium.org/chrome/branches/1453/src@201629 0039d316-1c4b-4281-b951-d872f2087c98
* Incrementing VERSION to 27.0.1453.105chrome-release@google.com2013-05-211-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/1453/src@201195 0039d316-1c4b-4281-b951-d872f2087c98
* Incrementing VERSION to 27.0.1453.104chrome-release@google.com2013-05-201-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/1453/src@201149 0039d316-1c4b-4281-b951-d872f2087c98
* Incrementing VERSION to 27.0.1453.103chrome-release@google.com2013-05-171-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/1453/src@200855 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 200400 "Fix Mac installer to restart users' Host processes"lambroslambrou@chromium.org2013-05-171-3/+13
| | | | | | | | | | | | | | | | | | | > Fix Mac installer to restart users' Host processes > > The correct per-user PID was not being provided to > launchctl bsexec, causing it to fail. > > BUG=240445 > TEST=install package whilst host is running, verify it's restarted (new PID). > R=jamiewalch@chromium.org > > Review URL: https://codereview.chromium.org/14741018 TBR=lambroslambrou@chromium.org Review URL: https://codereview.chromium.org/15300006 git-svn-id: svn://svn.chromium.org/chrome/branches/1453/src@200831 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 200699 "Docserver: version 2-4-0. Missed from the last cha..."kalman@chromium.org2013-05-172-5/+5
| | | | | | | | | | | | | | | > Docserver: version 2-4-0. Missed from the last change. > > TBR=cduvall@chromium.org > NOTRY=true > > Review URL: https://chromiumcodereview.appspot.com/14844010 TBR=kalman@chromium.org Review URL: https://codereview.chromium.org/15076015 git-svn-id: svn://svn.chromium.org/chrome/branches/1453/src@200703 0039d316-1c4b-4281-b951-d872f2087c98
* Incrementing VERSION to 27.0.1453.102chrome-release@google.com2013-05-171-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/1453/src@200698 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 200687 "Docserver: update third_party/handlebar. handlebar..."kalman@chromium.org2013-05-179-580/+777
| | | | | | | | | | | | | | | | > Docserver: update third_party/handlebar. handlebar.py (used in the docserver) now has much > faster rendering (about 3x improvement) and parsing (about 2x improvement). > This halves the runtime of the integration/cron tests as well as making page load snappier. > > NOTRY=true > > Review URL: https://chromiumcodereview.appspot.com/14693006 TBR=kalman@chromium.org Review URL: https://codereview.chromium.org/14991011 git-svn-id: svn://svn.chromium.org/chrome/branches/1453/src@200694 0039d316-1c4b-4281-b951-d872f2087c98
* Setting version to 27.0.1453.101chrome-release@google.com2013-05-171-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/1453/src@200663 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 200089 "Disable pyauto YoutubePerfTest on chromeOS."dennisjeffrey@google.com2013-05-161-0/+1
| | | | | | | | | | | | | | | | | | | | | > Disable pyauto YoutubePerfTest on chromeOS. > > This test is hanging on chromeOS and causing invocations of pyauto_perf > to fail only after hitting a very long timeout. > > Disabling until the problem is addressed. > > BUG=chromium:233706 > TEST=None > NOTRY=true > > Review URL: https://chromiumcodereview.appspot.com/14617020 TBR=dennisjeffrey@chromium.org Review URL: https://codereview.chromium.org/15159007 git-svn-id: svn://svn.chromium.org/chrome/branches/1453/src@200630 0039d316-1c4b-4281-b951-d872f2087c98
* Incrementing VERSION to 27.0.1453.91chrome-release@google.com2013-05-161-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/1453/src@200429 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 195825 "Fix problems with deleting files in Files.app."mtomasz@chromium.org2013-05-161-6/+7
| | | | | | | | | | | | | | | | | > Fix problems with deleting files in Files.app. > > Sometimes, especially when having more than one window open, Files.app was failing while deleting files. This was caused by an Event serialization and deserialization. A delete status event contains an array of urls. This array of urls is passed to the metadata cache, which were failing on checking if the argument is an array using the instanceof operator. The instanceof Array operator was returning false. This patch solves this issue by rebuilding the array received from an event using splice. > > TEST=Open two windows of Files.app, try to delete in any of them. Should succeed on both Drive and in Downloads. > BUG=222068 > > Review URL: https://chromiumcodereview.appspot.com/14069020 TBR=mtomasz@chromium.org Review URL: https://codereview.chromium.org/14744018 git-svn-id: svn://svn.chromium.org/chrome/branches/1453/src@200418 0039d316-1c4b-4281-b951-d872f2087c98
* Incrementing VERSION to 27.0.1453.90chrome-release@google.com2013-05-161-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/1453/src@200413 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 198025 "Provide clipping hooks for Android tab contents."aelias@chromium.org2013-05-155-12/+72
| | | | | | | | | | | | | | | | | | | | > Provide clipping hooks for Android tab contents. > > Texture layers cannot perform self-clipping under transformations with > non-positive scaling or non-translational components. This patch provides a > workaround for this issue, allowing users of ContentViewCore to explicitly > request content clipping prior to compositing. > > BUG=233415,189639 > NOTRY=true > > Review URL: https://chromiumcodereview.appspot.com/14629014 TBR=jdduke@chromium.org Review URL: https://codereview.chromium.org/15183006 git-svn-id: svn://svn.chromium.org/chrome/branches/1453/src@200388 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 200182 "Automatically detect inline-able doc in IDL files"kalman@chromium.org2013-05-154-10/+77
| | | | | | | | | | | | | | | | | | | > Automatically detect inline-able doc in IDL files > > Apply the inline_doc tag to IDL entries that are only referenced once so that they are rendered inline. > > BUG=239193 > R=kalman@chromium.org > > Review URL: https://codereview.chromium.org/15127007 > > Patch from Jared Shumway <jaredshumway94@gmail.com>. TBR=kalman@chromium.org Review URL: https://codereview.chromium.org/15191002 git-svn-id: svn://svn.chromium.org/chrome/branches/1453/src@200186 0039d316-1c4b-4281-b951-d872f2087c98
* Incrementing VERSION to 27.0.1453.89chrome-release@google.com2013-05-151-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/1453/src@200170 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 200075 "Merge 199280 "Added fadeout effect for textview i..."kerz@chromium.org2013-05-151-55/+19
| | | | | | | | | | | | | | | | | | | | | > Merge 199280 "Added fadeout effect for textview in navigation po..." > > > Added fadeout effect for textview in navigation popup. Created widget for fade-out effect. > > > > > > BUG=181222 > > > > Review URL: https://chromiumcodereview.appspot.com/12521025 > > TBR=apiccion@chromium.org > > Review URL: https://codereview.chromium.org/15117003 TBR=dtrainor@chromium.org Review URL: https://codereview.chromium.org/15090003 git-svn-id: svn://svn.chromium.org/chrome/branches/1453/src@200168 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 198590 "Removed reference to whitelisting requirement."awatson@chromium.org2013-05-151-13/+2
| | | | | | | | | | | | | | | > Removed reference to whitelisting requirement. > > BUG= > R=kalman@chromium.org, petewil@chromium.org > > Review URL: https://codereview.chromium.org/14909003 TBR=awatson@chromium.org Review URL: https://codereview.chromium.org/15189003 git-svn-id: svn://svn.chromium.org/chrome/branches/1453/src@200163 0039d316-1c4b-4281-b951-d872f2087c98
* Incrementing VERSION to 27.0.1453.88chrome-release@google.com2013-05-151-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/1453/src@200141 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 199851 "[Android] Fix AdapterInputConnection#finishComposi..."aurimas@google.com2013-05-151-3/+6
| | | | | | | | | | | | | | | | | | | | | | > [Android] Fix AdapterInputConnection#finishComposingText() > > The previous fix https://chromiumcodereview.appspot.com/13996027 > did not fix the case when commitComposition("\n") is called right > after finishComposingText(). It is caused by a bug in Blink crbug.com/237715. > > This will work until the Blink crbug.com/239923 gets implemented. > > TEST=updated ImeTest#testFinishComposingText() > BUG=237480 > NOTRY=true > > Review URL: https://chromiumcodereview.appspot.com/15141006 TBR=aurimas@chromium.org Review URL: https://codereview.chromium.org/14918007 git-svn-id: svn://svn.chromium.org/chrome/branches/1453/src@200126 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 199280 "Added fadeout effect for textview in navigation po..."dtrainor@chromium.org2013-05-141-19/+55
| | | | | | | | | | | | | | | > Added fadeout effect for textview in navigation popup. Created widget for fade-out effect. > > > BUG=181222 > > Review URL: https://chromiumcodereview.appspot.com/12521025 TBR=apiccion@chromium.org Review URL: https://codereview.chromium.org/15117003 git-svn-id: svn://svn.chromium.org/chrome/branches/1453/src@200075 0039d316-1c4b-4281-b951-d872f2087c98
* Incrementing VERSION to 27.0.1453.87chrome-release@google.com2013-05-141-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/1453/src@199885 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 198525 "Fixes a possible crash which still happens on M27 ..."mukai@chromium.org2013-05-131-0/+3
| | | | | | | | | | | | | | > Fixes a possible crash which still happens on M27 branch. > > BUG=226135 > > Review URL: https://chromiumcodereview.appspot.com/14896005 TBR=mukai@chromium.org Review URL: https://codereview.chromium.org/14646043 git-svn-id: svn://svn.chromium.org/chrome/branches/1453/src@199843 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 199096 "Added JNI method to allow java code parse the sche..."dtrainor@chromium.org2013-05-132-0/+18
| | | | | | | | | | | | | | > Added JNI method to allow java code parse the scheme from a url string using GURL. > > BUG=223930 > > Review URL: https://chromiumcodereview.appspot.com/14614005 TBR=apiccion@chromium.org Review URL: https://codereview.chromium.org/15140006 git-svn-id: svn://svn.chromium.org/chrome/branches/1453/src@199839 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 199501 "[Android] Always set "mobile user agent" switch to..."yfriedman@chromium.org2013-05-131-3/+2
| | | | | | | | | | | | | | | | | | | | | | | > [Android] Always set "mobile user agent" switch to the right vlaue when launching the browser process. > > This fixes the user agent for the browser process when the browser process has been started by an activity other than Main, like sync, bookmark provider, etc. If > chrome is started as a background process, the switch is never added. Since the > user agent is computed early on during start-up and not recomputed (from users > of content::GetUserAgent) this can lead to incorrect UA being reported and > broken results. > > We probably shouldn't do it this way long-term but this is a minimal fix for m27. > > NOTRY=true > BUG=237471 > > Review URL: https://chromiumcodereview.appspot.com/14682021 TBR=yfriedman@chromium.org Review URL: https://codereview.chromium.org/15142004 git-svn-id: svn://svn.chromium.org/chrome/branches/1453/src@199828 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 198176 "[android] Add guard for negative values in setComp..."aurimas@google.com2013-05-131-1/+2
| | | | | | | | | | | | | | | | | | > [android] Add guard for negative values in setComposingRegion. > > LatinIME sometimes sends setComposition(a,b) with negative a and b some times. > BaseInputConnection has a guard for it, however we Blink does not. > > BUG=237486 > NOTRY=true > > Review URL: https://chromiumcodereview.appspot.com/14831003 TBR=aurimas@chromium.org Review URL: https://codereview.chromium.org/14876032 git-svn-id: svn://svn.chromium.org/chrome/branches/1453/src@199826 0039d316-1c4b-4281-b951-d872f2087c98
* Incrementing VERSION to 27.0.1453.86chrome-release@google.com2013-05-111-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/1453/src@199600 0039d316-1c4b-4281-b951-d872f2087c98
* DOCS ONLY: bump server2 to 2-1-0.kalman@chromium.org2013-05-101-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/1453/src@199507 0039d316-1c4b-4281-b951-d872f2087c98
* Incrementing VERSION to 27.0.1453.85chrome-release@google.com2013-05-101-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/1453/src@199333 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 196542 "Handle NullPointerException when verifying EKU ext..."kerz@chromium.org2013-05-091-1/+9
| | | | | | | | | | | | | | | | | | | > Handle NullPointerException when verifying EKU extension. > > The code in X509Util.verifyKeyUsage() calls certificate.getExtendedKeyUsage() > which can crash due to an Android platform bug. It looks like this can only > happen when the EKU extension data is malformed, so handle this special case > by returning false in the function. > > BUG=233610 > > Review URL: https://chromiumcodereview.appspot.com/13829011 TBR=digit@chromium.org Review URL: https://codereview.chromium.org/14858028 git-svn-id: svn://svn.chromium.org/chrome/branches/1453/src@199266 0039d316-1c4b-4281-b951-d872f2087c98
* Incrementing VERSION to 27.0.1453.84chrome-release@google.com2013-05-091-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/1453/src@199113 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 197224 "Normalize output path to cp.py"yfriedman@chromium.org2013-05-081-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > Normalize output path to cp.py > > The js unit test targets have subtle dependencies on sources. > Specifically, a rule pulls in js files and generates/runs js tests for > them. This can be an issue with a relative path when the commands are > run in parallel because a relative path may not exist. In this case, the > rule for cr.js which is in ui depends on chrome. An easy way to repro > this failure is: > > $ ninja -C out/Debug unit_tests > $ rm -rf out/Debug/test_data > $ ninja -C out/Debug test_data/chrome/../ui/webui/resources/js/cr.js > > Ninja is fine because it normalizes the path early enough whereas in > python we relied on the system to compute the path but out/Debug/test_data/chrome may not exist > > BUG=235731 > > Hat-tip to cjhopman for help debugging. > > Review URL: https://chromiumcodereview.appspot.com/14432003 TBR=yfriedman@chromium.org Review URL: https://codereview.chromium.org/15025004 git-svn-id: svn://svn.chromium.org/chrome/branches/1453/src@199039 0039d316-1c4b-4281-b951-d872f2087c98
* Incrementing VERSION to 27.0.1453.83chrome-release@google.com2013-05-081-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/1453/src@198939 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 190655 - Correct help topic ID for public sessionsbartfab@chromium.org2013-05-081-1/+1
| | | | | | | | | | | | | | | | This CL corrects the help topic ID for public sessions. BUG=180667 TEST=Manual TBR=nkostylev@google.com Review URL: https://codereview.chromium.org/12913018 TBR=bartfab@chromium.org Review URL: https://codereview.chromium.org/14793012 git-svn-id: svn://svn.chromium.org/chrome/branches/1453/src@198865 0039d316-1c4b-4281-b951-d872f2087c98
* [1453 branch] Reset the scaling and rotation to normal when the magnifier is ↵yoshiki@chromium.org2013-05-082-0/+17
| | | | | | | | | | | | | | enabled. If the magnifier is enabled, ui-scaling and rotation can't be enabled. BUG=230979 TEST=On enabling the magnifier, the rotation and the ui-scaling is reset to default. If the magnifier is enabled, neither the rotation nor the ui-scaling works. ash_unittests pass. R=oshima@chromium.org, sky@chromium.org Review URL: https://codereview.chromium.org/13833006 git-svn-id: svn://svn.chromium.org/chrome/branches/1453/src@198855 0039d316-1c4b-4281-b951-d872f2087c98
* Incrementing VERSION to 27.0.1453.82chrome-release@google.com2013-05-081-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/1453/src@198832 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 196440 "Don't free the DateTimeChooserAndroid::DateTimeIPC..."peter@chromium.org2013-05-072-3/+10
| | | | | | | | | | | | | | | | | | | > Don't free the DateTimeChooserAndroid::DateTimeIPCSender observer twice. > > Because The DateTimeIPCSender is a RenderViewHostObserver, it will already > have been destroyed by the time the DateTimeChooserAndroid object gets > destroyed (which is a scoped member of the WebContentsImpl class). This > causes a crash. > > BUG=234962 > > Review URL: https://chromiumcodereview.appspot.com/14477007 TBR=peter@chromium.org Review URL: https://codereview.chromium.org/15039006 git-svn-id: svn://svn.chromium.org/chrome/branches/1453/src@198772 0039d316-1c4b-4281-b951-d872f2087c98
* Incrementing VERSION to 27.0.1453.81chrome-release@google.com2013-05-071-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/1453/src@198567 0039d316-1c4b-4281-b951-d872f2087c98