| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Made --enable-dcheck a parameter to InitLogging() and fixed up all
callsites.
BUG=62736
TEST=Manual
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=70782
Review URL: http://codereview.chromium.org/6070006
TBR=akalin@chromium.org
Review URL: http://codereview.chromium.org/6099012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70923 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/6166005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70922 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
layout the notifications are using.
BUG=none
TEST=included unit test
Review URL: http://codereview.chromium.org/6210001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70921 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Made --enable-dcheck a parameter to InitLogging() and fixed up all
callsites.
BUG=62736
TEST=Manual
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=70782
Review URL: http://codereview.chromium.org/6070006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70920 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
BUG=68769
TEST=none
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70919 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
Test=safe_browsing_tests green on valgrind (and actually runs!)
BUG=68239
Review URL: http://codereview.chromium.org/6009012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70917 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
code call the functions on that interface. Once that's rolled, then the listener will be changed to AutoFillManager so that RenderView doesn't have to know about autofill code.
Review URL: http://codereview.chromium.org/6156003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70916 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
This only takes care of the browser side portion, the renderer change will be done separately once the WebKit change it depends on is rolled.
Review URL: http://codereview.chromium.org/5958021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70914 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/5977009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70913 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/6198002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70912 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
TBR=senorblanco
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70911 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=68910
TEST=duration warning should not appear
Review URL: http://codereview.chromium.org/6097011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70910 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
real OpenGL implementation rather than the Mesa software renderer. If
not using desktop GL, then do not advertise Core Animation support,
and make accelerated surface initialization fail.
BUG=68751
TEST=none (ran reliability_tests with these changes)
Review URL: http://codereview.chromium.org/6166003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70909 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
TBR=senorblanco
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70907 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=61094
TEST=manually select a region of text and repeatedly drag it into an inactive portion of the screen.
Review URL: http://codereview.chromium.org/5981011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70906 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Backing store for a RenderWidgetHostViewViews can be NULL. So make sure the
backing store was allocated correctly before painting to it.
BUG=66375
TEST=TabRestoreUITest.RestoreWindowAndTab and TabRestoreUITest.RestoreWindow passes with touchui=1
Review URL: http://codereview.chromium.org/6050009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70904 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When the channel is disconnected, the various dispatcher hosts are released
and sent to the WebKit thread for dereferencing. Between then and when the
object actually gets destroyed (which could be some time later), it's possible
for map_->Add() to be called on the various dispatcher hosts. Clearly this
can lead to a null dereference. Thus we should delete the object and return
zero in such cases.
BUG=68078
TEST=none
Review URL: http://codereview.chromium.org/6172004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70903 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=67107
TEST=n/a
Review URL: http://codereview.chromium.org/6180003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70902 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TestLaunchApp helper function should close base_unittests' end of the pipe.
BUG=none
TEST=base_unittests --gtest_filter=ProcessUtilTest.LaunchApp
Review URL: http://codereview.chromium.org/6128004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70901 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Converted NavigateWithURLAsync/WaitForDownloadShelfVisible calls to NavigateToURLWithDisposition. This waits until the navigation is done before returning, avoiding the need for the 'sleep and wait' loop.
BUG=none
TEST=Run browser_tests --gtest_filter=DownloadTest.*
Review URL: http://codereview.chromium.org/5610006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70900 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=68267
TEST=no visible changes; all tests pass
Review URL: http://codereview.chromium.org/6123003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70899 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
DLL. Specifically, do NOT #define BREAKPAD_NO_TERMINATE_THREAD in this new target since that makes crash reporting shutdown racy and crash-prone.
BUG=68536
TEST=NONE
Review URL: http://codereview.chromium.org/6102001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70898 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=41231
TEST=none
TBR=glider@chromium.org
Review URL: http://codereview.chromium.org/6147004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70897 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=61677
TEST=browser_tests --gtest_filter="SpeechInputBrowserTest.*"
Review URL: http://codereview.chromium.org/6133006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70896 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=69073
TEST=none
TBR=glider@chromium.org
Review URL: http://codereview.chromium.org/6209003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70895 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6216001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70894 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
files.
In an effort to remove the static functions that used to be called from the
BrowserProcessImpl very late in the shutdown process and move the code to
immediately after the files get freed from their respective users. Which
will help to parallelize the shutdown sequence better and ensure files are
deleted when they are not used anymore.
BUG=65076
TEST=TBA
Review URL: http://codereview.chromium.org/6077005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70893 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
I'm adding a test using these methods to another larger patch, so I want to break this file out so as not to encumber the big patch. Test using these will be in that bigger patch (hard to break that test out nicely because it's part of a wholescale preferences migration).
BUG=none
TEST=next patch
Review URL: http://codereview.chromium.org/6124006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70892 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70891 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=46162
TEST=none
TBR=glider@chromium.org
Review URL: http://codereview.chromium.org/6166004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70890 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=60556
TEST=none
TBR=glider@chromium.org
Review URL: http://codereview.chromium.org/6171003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70889 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70885 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70883 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/6217001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70882 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=69040
TEST=none
TBR=glider@chromium.org
Review URL: http://codereview.chromium.org/6131004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70880 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
valgrind
BUG=69039
TEST=none
TBR=glider@chromium.org
Review URL: http://codereview.chromium.org/6206002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70879 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=69037
TEST=none
TBR=glider@chromium.org
Review URL: http://codereview.chromium.org/6161003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70878 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
running reliability tests
To do stress testing V8 crankshaft optimizations the same JavaScript code needs to be run a number of times first without optimizations and then with different levels of optimizations. V8 has a stress test API which can provide information on how many times to run the same code and set the optimization level for each run.
This change adds an automation message to tell the V8 instance in the renderer:
* which type of stress test to conduct
* the number of times the page is loaded.
The two options --stress-opt and --stress-deopt have been added the reliability test runner. When one of these options is used the reliability test runner will load each page several times and notify the render using the new automation messages.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/5594008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70877 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=rsleevi
BUG=68448, 49377
TEST=browser_tests
Review URL: http://codereview.chromium.org/6178005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70876 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=ben
BUG=69034
TEST=interactive_ui_tests
Review URL: http://codereview.chromium.org/6171002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70875 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixed the problem with rlz library. Now should be fine to land this again.
This reverts commit 3620d9501af7bff688862c54fdd60f7eb41797f3.
Original Review URL: http://codereview.chromium.org/6126002/
BUG=None
TEST=trybots
Review URL: http://codereview.chromium.org/6110005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70861 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=51105
TEST=None
Review URL: http://codereview.chromium.org/6098009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70860 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Depending on timing, the test server may shutdown the socket before the unit test resumes, causing an extra read to appear in the NetLog. In testing, this only seemed to happen with TCPClientSocketWin. Make the final assertion check the last or second-to-last entry to accomodate the EOF.
BUG=64843
TEST=SSLClientSocketTest.CipherSuiteDisables
Review URL: http://codereview.chromium.org/6072011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70859 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
default, system SSL is disabled unless --use-system-ssl is passed via the command-line.
BUG=66931
TEST=none
Review URL: http://codereview.chromium.org/6051013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70858 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=None
TEST=trybots
Review URL: http://codereview.chromium.org/6134004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70854 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
advanced user knows what they were doing, and dangerous file types will still
go through the warning dialog depending on user gesture level.
BUG=65895
TEST=download_manager_unittest.cc
Review URL: http://codereview.chromium.org/6196001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70853 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
extension processes (notifications or sidebars currently) when viewing
about:memory.
BUG=68773
TEST=create an HTML notification (webkitNotifications.createHTMLNotification)
from an extension process and show about:memory. the browser shouldn't crash.
Review URL: http://codereview.chromium.org/6174003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70852 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
( the newlines in the diff confuse the trybots, causing
the patch to not apply. hence, submitting this without
trybots )
TBR=timsteele
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/6128005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70851 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70847 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/6087014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70844 0039d316-1c4b-4281-b951-d872f2087c98
|