| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
(disabled in r80801)
I can't find anything wrong with it with Valgrind so I want to see
if the TSAN blowup was a fluke.
BUG=none
TEST=none
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80932 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
save_package.h
BUG=None
TEST=builds
Review URL: http://codereview.chromium.org/6812019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80931 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
The DevTools messages format has been migrated to JSON-RPC-2.0 spec upstream.
TEST=ExtensionApiTest.Debugger
BUG=none
Review URL: http://codereview.chromium.org/6813039
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80930 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
Two tests have custom expectations until V8 change fixing stack overflow reporting is rolled.
TBR=antonm
BUG=None
TEST=None
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80929 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
TEST=n/a
BUG=none
Review URL: http://codereview.chromium.org/6813042
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80928 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I took another look at http://crbug.com/60426, and decided to also
review the LaunchApp code in process_util. It turns out that
the child code after fork() contained things like "return false",
rather not what was intended (I replaced it with _exit(127)).
There are some other cases where we possibly retained some
signal handlers. The new code also resets them to defaults.
I don't expect it to fix the referenced bug, but those
"obvious" problems can only make it worse.
BUG=60426
Review URL: http://codereview.chromium.org/6801047
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80927 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Replace include with forward declarations.
Remove #import ApplicationServices.h from
platform_device_mac.h, and add it back to
appropriate .cc files.
This is motivated by a conflict between
headers included by ApplicationServices.h and
WebCore headers. The conflict occurs in
WebMediaPlayerClientImpl.cpp if it
modified to include platform_canvas.h.
With this change, ReleaseBitmapContext() cannot
be declared inline in the header, so it is moved
to bitmap_platform_device_mac.cc.
There is no functional change.
This requires that http://trac.webkit.org/changeset/81979
land in the Chromium tree first. (81979 has landed
in the WebKit tree.)
Review URL: http://codereview.chromium.org/6816025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80926 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/6820001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80925 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=76412
TEST=Manual.
Review URL: http://codereview.chromium.org/6718042
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80924 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
new items to add to the about:conflicts list.
Also changed it so that the conflicts badge gets removed once you open the
wrench menu.
BUG=67897
TEST=Please contact me for details, it is a bit involved.
Review URL: http://codereview.chromium.org/6804011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80923 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=chromium:77999
TEST=None
Review URL: http://codereview.chromium.org/6815018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80922 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
TBR=jianli,abarth
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/6816055
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80921 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=chromium-os:13838
TEST=manual
Review URL: http://codereview.chromium.org/6801069
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80920 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=78803
TEST=greener tree
Review URL: http://codereview.chromium.org/6814044
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80919 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
input language/layout in effect, i.e. that represent the physical key pressed, independent of its meaning in the current context.
This will inherently rely on the nativeKeyCode field of Chrome's WebKeyboardEvents.
BUG=
TEST=
Review URL: http://codereview.chromium.org/6691066
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80918 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
TBR=jianli, abarth
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/6810042
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80917 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
http://src.chromium.org/viewvc/chrome?view=rev&revision=80778
BUG=None
TEST=./out/Debug/net_unittests --gtest_filter=X509CertificateTest.DISABLED_TestKnownRoot --vmodule=*openssl*=3 --gtest_also_run_disabled_tests
Review URL: http://codereview.chromium.org/6816020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80916 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=78802
TEST=greener tree
Review URL: http://codereview.chromium.org/6812049
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80915 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80912 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=NONE
TEST=NONE
Review URL: http://codereview.chromium.org/6794059
Patch from Sandro Feuz <sfeuz@google.com>.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80910 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
We only have the obfuscated number to go on when de-duping credit card suggestions, which can lead to false-duplicates being removed. To be safe, just avoid de-duping credit cards -- there's not much pragmatic reason to do so anyway.
BUG=78500
TEST=unit_tests --gtest_filter=AutofillManagerTest.GetCreditCardSuggestionsRepeatedObfuscatedNumber
Review URL: http://codereview.chromium.org/6814010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80908 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Chromium patch to update call sites to use the new function signature
added in https://bugs.webkit.org/show_bug.cgi?id=56875
BUG=77736
TEST=none
Review URL: http://codereview.chromium.org/6772001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80907 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
TBR=abarth,jianli
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/6811041
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80906 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
content/common/gpu/ as part of http://crrev.com/80883
TBR=apatrick
BUG=none
TEST=Win Full builder compiles
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=80902
Review URL: http://codereview.chromium.org/6816050
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80905 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
.gypi compile broke even more win bots because of it.
TBR=rsleevi@chromium.org
Review URL: http://codereview.chromium.org/6814043
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80904 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
TBR=abarth,jianli
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6810040
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80903 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
content/common/gpu/ as part of http://crrev.com/80883
TBR=apatrick
BUG=none
TEST=Win Full builder compiles
Review URL: http://codereview.chromium.org/6816050
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80902 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=chromium-os:13935
TEST=manually on netbook
Review URL: http://codereview.chromium.org/6801039
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80901 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=72040
TEST=Key Events on Widgets in Windows
Review URL: http://codereview.chromium.org/6813033
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80900 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=chromium-os:13960
TEST=manually on netbook
Review URL: http://codereview.chromium.org/6811039
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80899 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=78764
TEST=none
Review URL: http://codereview.chromium.org/6811032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80898 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/6814040
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80897 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=sanjeevr@chromium.org
BUG=78786
TEST=none
Review URL: http://codereview.chromium.org/6816047
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80896 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Since this code is pulled into webkit_unit_tests, it is making us
need lockers there too, which stinks.
I don't see any reason for these to exist. My speculation is that
this code used to run in the browser process and was needed at
that time.
BUG=
TEST=
Review URL: http://codereview.chromium.org/6812038
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80895 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=chromium-os:13912
TEST=pandora.com
Review URL: http://codereview.chromium.org/6814034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80893 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This adds a way to restrict on a per-channel basis that incoming messages may only be dispatched when that particular channel is sending a sync message (or in a message loop).
It does so to the PPAPI channels, which may not introduce a sync dependency circle.
BUG=chromiumos:13821
TEST=news.google.com with Pepper Flash (see bug)
Review URL: http://codereview.chromium.org/6810013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80892 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This change fades tab titles instead of truncating them with a "...".
I tried to copy the Mac implemenation from here:
http://code.google.com/p/google-toolbox-for-mac/source/browse/trunk/AppKit/GTMFadeTruncatingTextFieldCell.m
but my version is not as good since I couldn't figure out how to draw text on a transparent background.
BUG=69301
TEST=Ran Chromium and verified that things looked ok.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=80416
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=80748
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=80870
Review URL: http://codereview.chromium.org/6695043
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80891 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Byte order on x86 Mac is BGRA as well, not RGBA.
BUG=none
TEST=Ran local layout tests which haven't been committed to WebKit yet.
Review URL: http://codereview.chromium.org/6816040
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80890 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=sanjeevr@chromium.org
BUG=78786
TEST=none
Review URL: http://codereview.chromium.org/6814036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80889 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
This is an experimental extension feature to let extensions register NaCl
modules as a handler for MIME types.
Review URL: http://codereview.chromium.org/6802023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80888 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
TEST=compiles
BUG=none
Review URL: http://codereview.chromium.org/6813037
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80885 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
content/common/gpu.
Also renamed GpuRenderThread to GpuChannelManager since that is what it really does.
The only remaining dependency from content/common/gpu to content/gpu is gpu_watchdog_thread.h. Once that dependency has been reversed it should be possible to move most or all of the code in content/gpu to chrome/gpu.
TEST=build, WebGL works, run by trybots.
BUG=none
Review URL: http://codereview.chromium.org/6793054
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80883 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=sanjeevr@chromium.org
BUG=78784
TEST=none
Review URL: http://codereview.chromium.org/6816044
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80882 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=chromium-os:13933
TEST=manually on netbook
Review URL: http://codereview.chromium.org/6811010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80881 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=sanjeevr@chromium.org
BUG=78784
TEST=none
Review URL: http://codereview.chromium.org/6814035
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80880 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
before fixing bug 76388.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6810031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80879 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6814027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80878 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
For chromebot (for in general for other tests), I'd like crash reporting to
be turned on.
R=dtu@chromium.org
BUG=
TEST=
Review URL: http://codereview.chromium.org/6813032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80877 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
This helps in the situation where libpci is unavailable: at least we can identify a few vendors.
Unfortunately we can not run this in preliminary GPU info collection because gl binding hasn't been initialized yet.
BUG=78526
TEST=bots green
Review URL: http://codereview.chromium.org/6803024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80876 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/6815020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80875 0039d316-1c4b-4281-b951-d872f2087c98
|