| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Android native crash handling is almost identical to linux handling with
some differences.
Note that even after this change Chrome on Android will not compile with
the USE_LINUX_BREAKPAD flag. Forthcomming changes in breakpad should
remedy this state of affairs.
BUG=
TEST=
Review URL: http://codereview.chromium.org/9838033
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131404 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
This CL fades in the Chrome logo on the demo login UI after 1s and the text fades in, in the 1s after that.
R=xiyuan@chromium.org
BUG=chromium-os:28634
TEST=Tested the fade in screen with the --enable-kiosk-mode flag.
Review URL: https://chromiumcodereview.appspot.com/10024023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131400 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
chromium for weeks
This #define was set in WebKit r108883 which now exists in trunk and the M19 branch, so the guard isn't needed any more.
BUG=none
TEST=compiles
Review URL: http://codereview.chromium.org/10023004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131399 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
This was blocked on macmake learning about
GCC_ENABLE_SUPPLEMENTAL_SSE3_INSTRUCTIONS, which it did 7 weeks ago.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/10024021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131398 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
If error occured during reading directory, |file| in OnReadDirectory will be NULL,
so we have to hadle that case.
BUG=chromium-os:29092
TEST=GData unittests
Review URL: https://chromiumcodereview.appspot.com/10020001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131395 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
R=pkasting@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10025024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131394 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=117407
Review URL: http://codereview.chromium.org/10027020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131393 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131390 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=122651
TEST=Mac ATI bot on gpu.fyi
TBR=gman,kbr
Review URL: https://chromiumcodereview.appspot.com/10014003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131389 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: https://chromiumcodereview.appspot.com/10024017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131388 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
This also removes the "old" style registration for the 0.5 version.
BUG=122440
TEST=
Review URL: http://codereview.chromium.org/10008064
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131384 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=121919
Review URL: http://codereview.chromium.org/10005041
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131383 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=linux_chromeos compiles
Review URL: https://chromiumcodereview.appspot.com/10025030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131380 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Introduced in https://chromiumcodereview.appspot.com/9965093/ and
http://codereview.chromium.org/9984002/
BUG=117407
Review URL: http://codereview.chromium.org/10027019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131375 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
R=tbreisacher@chromium.org
BUG=122520
TEST=about:flags works
NOTRY=true
Review URL: http://codereview.chromium.org/10029012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131373 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=122091
Review URL: https://chromiumcodereview.appspot.com/10022001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131371 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Ignore calls to window.open(..., "background") with allow_js_access: false when
there's already a BackgroundContents instance.
BUG=122408
R=creis@chromium.org
Review URL: http://codereview.chromium.org/10012053
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131370 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
R=sky@chromium.org
BUG=108171
Review URL: http://codereview.chromium.org/10029004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131369 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
This improves the readability of the code in the call sites of this function.
R=sky@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10021020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131368 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
R=agl@chromium.org
BUG=108171
Review URL: http://codereview.chromium.org/10029001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131366 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=117259
TEST=start chrome and content_shell with and without --user-agent and visit a site like www.whatsmyuseragent.com to verify the expected user agent
Review URL: https://chromiumcodereview.appspot.com/9623027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131365 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=chromium-os:16853
TEST=See bug.
Review URL: https://chromiumcodereview.appspot.com/10025025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131363 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
BUG=121574
Review URL: https://chromiumcodereview.appspot.com/10024012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131362 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Originally, UseSoloWindowHeader() considers only windows in the default container. With this CL, it gets to consider not only the default container but also the always-on-top container.
BUG=122611
TEST=manual
Review URL: https://chromiumcodereview.appspot.com/10021022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131361 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
R=mirandac@chromium.org
BUG=108171
Review URL: http://codereview.chromium.org/10029003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131358 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
R=joaodasilva@chromium.org
BUG=108171
Review URL: http://codereview.chromium.org/10026014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131357 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
R=dmazzoni@chromium.org
BUG=108171
Review URL: http://codereview.chromium.org/10019017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131356 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TEST=unit_tests
BUG=chromium-os:27710
Review URL: http://codereview.chromium.org/10027015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131355 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
doing this in hopes of getting rid of a crash.
BUG=121584
TEST=none
R=brettw@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10019004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131354 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
window.
R=pkasting@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10026009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131353 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/10007010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131352 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Actual extensions IDs were used instead of their backup when calculating backup signature.
BUG=121681
TEST=Manual
Review URL: http://codereview.chromium.org/10008045
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131351 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Internal cut/copy/paste API changed to document commands.
Copying directory to itself is prohibited now.
BUG=chromium-os:26669
TEST=desktopui_PyAutoFunctionalTests.chromeos_file_browser
Review URL: https://chromiumcodereview.appspot.com/10010036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131350 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
R=pkasting@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10020006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131349 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=chromium-os:28298
TEST=
Review URL: https://chromiumcodereview.appspot.com/10025018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131346 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=chromium-os:29083
TEST=
Review URL: https://chromiumcodereview.appspot.com/10020018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131345 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=
TEST=
Review URL: https://chromiumcodereview.appspot.com/10026020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131344 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The issue observed is as follows.
chrome/browser/autofill/autofill_manager_unittest.cc: In member function ‘virtual void AutofillManagerTest_UpdatePasswordSyncState_Test::TestBody()’:
chrome/browser/autofill/autofill_manager_unittest.cc:2922:3: error: converting ‘false’ to pointer type for argument 1 of ‘char testing::internal::IsNullLiteralHelper(testing::internal::Secret*)’ [-Werror=conversion-null]
cc1plus: all warnings being treated as errors
BUG=114092
TEST=Ran unit tests.
Review URL: http://codereview.chromium.org/10026018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131341 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131337 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
of original copy.
It's possible this will fix 96419. I haven't been able to reproduce that issue, so I can't test if the root cause is the same, but it may.
BUG=120236,96419
TEST=Print preview a select element - the option name and box is visible.
Review URL: http://codereview.chromium.org/10019005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131335 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=122610
TEST=none
TBR=timurrrr
Review URL: https://chromiumcodereview.appspot.com/10020017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131334 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ScreenRecored::DoEncode() didn't check state of the object, and as
result sometimes it would try to use data buffers that are
already freed.
BUG=122394
Review URL: http://codereview.chromium.org/10026006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131333 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=122447
TEST=none
TBR=timurrrr
Review URL: https://chromiumcodereview.appspot.com/10019019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131332 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
files.
BUG=122219
TEST=none
Review URL: https://chromiumcodereview.appspot.com/9949063
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131331 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
This is to ensure no dangling pointers to MediaStreamImpl (and other requesters). It's one of several fixes for the bug. No actual crash or issue has been reported that this CL fixes; it's for removing potential issues.
BUG=112408
Review URL: https://chromiumcodereview.appspot.com/9903014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131330 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
mini_installer_archive
Ninja windows complains that both targets output xxx.out. Since this appears
to be a dummy file to force the rule to always run (?) just rename one of the
xxx.out to xxx2.out.
R=grt@chromium.org
Review URL: http://codereview.chromium.org/10010044
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131329 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
R=asvitkine@chromium.org
BUG=108171
Review URL: http://codereview.chromium.org/10025016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131328 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=117519
TEST=manually
Review URL: http://codereview.chromium.org/10008044
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131327 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=chromium-os:19655
TEST=ran unit_tests
Review URL: https://chromiumcodereview.appspot.com/10026012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131326 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This is for writing unit tests for InputMethodManager,
BUG=chromium-os:19655
TEST=ran unit_tests
Review URL: https://chromiumcodereview.appspot.com/10025015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131325 0039d316-1c4b-4281-b951-d872f2087c98
|