| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
try-bot list.
BUG=None
TEST=git try should run a linux_redux try job too.
Review URL: http://codereview.chromium.org/9235031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119094 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
keyboard(OSK) will now display immediately.
Creates an ITextInputPanel object and binds it to the omnibox and then uses it to display the keyboard when we receive a WM_POINTER event.
Only works on Win 8 since we need to use WM_POINTER to avoid issues with focus handling.
BUG=105637
TEST=Verify 105637
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=116903
Review URL: http://codereview.chromium.org/8662018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119093 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
People who need to adjust this should adjust it directly.
Guessing just makes everything more confusing.
Review URL: http://codereview.chromium.org/9288008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119092 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
to these headers and footers. New removefiles script for removing unneeded files for devsite and new python script for cleaning up resulting doxygen output for devsite.
Review URL: https://chromiumcodereview.appspot.com/9126002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119091 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
A PangoFontDescription can hold a comma-separated list of
font family names (and we currently use lists for Chrome
OS), but PlatformFontPango was just passing the whole string
to FontConfig. This change makes us first split the family
on commas and then pass the resulting values to FontConfig.
BUG=107389,109961
TEST=manual: tested that we use Chrome Droid Sans on Chrome OS instead of falling back to sans all the time
Review URL: http://codereview.chromium.org/9288009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119090 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Gtk+ and GtkSourceView, on which this code is based, both use LGPL 2.1.
Also fix some header include guards.
BUG=111334
Review URL: http://codereview.chromium.org/9288024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119089 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=PlatformAppBrowserTest.DisallowStorage
Review URL: http://codereview.chromium.org/9192021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119088 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
Should be equivalent, but simpler.
Review URL: http://codereview.chromium.org/9235021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119087 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This allows text drawing entirely through Skia, since RenderText ultimately uses
Skia to draw character glyphs.
This CL adds the new code, but does not yet enable it on any platforms. That
will be done in later CLs.
Note: Some functions, such as CanvasSkia::DrawStringWithHalo() and
PixelShouldGetHalo() are taken almost verbatim from the canvas_skia_win.cc
implementation.
BUG=105550
TEST=none
Review URL: http://codereview.chromium.org/9074005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119086 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
using DownloadQuery.
BUG=12133
Review URL: http://codereview.chromium.org/8917019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119085 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=107056
TEST="Delete cookies and other site and plug-in data" option in Clear
Browsing Data dialog should clear origin bound certs.
Review URL: https://chromiumcodereview.appspot.com/9120001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119084 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Also changes the order the variants are suggested.
BUG=chromium-os:23360
TEST=manual
Review URL: http://codereview.chromium.org/9234026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119083 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
We need to synchronize resize with when the renderer thinks that the resize occurs. This patch get's rid of display artifacts when resizing window on http://webkit.org/blog-files/3d-transforms/poster-circle.html when running with --use-gl=osmesa on linux.
BUG=none
TEST=see description
Review URL: http://codereview.chromium.org/9212058
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119082 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
The fragmentation checker was added to test whether manually defragmenting chrome.dll would help very many users. Over 94% of users have chrome.dll taking up a single extent so it appears that manual defragging won't help much. Removing the implementation.
BUG=98033
TEST=NONE
Review URL: http://codereview.chromium.org/9222005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119081 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=111238
TEST=NONE
Review URL: http://codereview.chromium.org/9169043
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119080 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119077 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Excludes drag and drop tests from aura_shell_unittests on Mac.
Will reenable once drag and drop is functional on Aura/Mac.
BUG=111279
TEST=aura_shell_unittests
R=sky@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9169034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119075 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=111049
TEST=
Review URL: https://chromiumcodereview.appspot.com/9285016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119074 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
FYI, instrumentation code that provides the orderfile is here: http://codereview.chromium.org/8770054/
BUG=chromiumos:20187
TEST=bootperf, see https://sites.google.com/a/google.com/chrome-msk/dev/boot-speed-up-effort
Review URL: https://chromiumcodereview.appspot.com/9131011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119073 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* basic/set_page_color
* browserAction/print
* bookmarks/basic.
BUG=111049
TEST=
Review URL: https://chromiumcodereview.appspot.com/9200014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119072 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=106077, 43281
TEST=EnableOriginBoundCerts and EnableMemoryInfo policies are available on ChromeOS
Review URL: http://codereview.chromium.org/9160030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119071 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add a useful return value to LaunchIEAndNavigate, indicating which step failed.
Also fix a crash in the HungCOMCallDetector if LaunchIEAndNavigate() fails.
BUG=NONE
TEST=NONE
Review URL: https://chromiumcodereview.appspot.com/9160029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119070 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
readability CL for bauerb).
The original CL didn't contain updates to the generated docs, and I can't change the base URL on it to include them.
TBR=mkwst@chromium.org
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/9169044
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119069 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119068 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119067 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=109991
TBR=glider
TEST=manually crafted a "report" file in tools/valgrind/waterfall.tmp, then
./tools/valgrind/waterfall.sh match with and without a suppression in
tools/valgrind/tsan/suppressions_win32.txt
Review URL: https://chromiumcodereview.appspot.com/9235030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119065 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Dropping background page entirely, as it was just running scripts.
BUG=111049
TEST=
Review URL: https://chromiumcodereview.appspot.com/9117031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119063 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
implementations.
Various dependencies on the GTK version remain, as does a single,
probably easy-to-remove dependency on the Mac implementation.
Did this primarily as follows:
a) Enforce the intent, that RenderWidgetHostView instances are created
via factory function.
b) Migrated a couple of methods to the interface, skipping
implementation for platforms where not needed.
c) Added InitAsChild, with parent view parameter, to the interface so
that Windows initialization can go through interface. Incidentally,
this fixes bug 102450. As noted in the bug, the approach of passing a
parent view pointer is somewhat ugly as it isn't needed by all
platform-specific implementations, but I think it is acceptable.
TBR=owners (interface change LGTMed by owner, rest is trivial updates)
BUG=98716,102450
Review URL: https://chromiumcodereview.appspot.com/9281003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119062 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Resisting the desire to rewrite the whole thing. Ugh.
BUG=111049
TEST=
Review URL: https://chromiumcodereview.appspot.com/9146038
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119061 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=109266
TBR=asvitkine@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9288019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119059 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=chromium-os:24308
TEST=Manual
Review URL: https://chromiumcodereview.appspot.com/9284025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119058 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
Review URL: https://chromiumcodereview.appspot.com/9207007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119057 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=111049
TEST=
Review URL: https://chromiumcodereview.appspot.com/9146037
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119056 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=111049
TEST=
Review URL: https://chromiumcodereview.appspot.com/9283021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119055 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Disable ExtensionApiTest.WebSocket, WorkerWebSocketLayoutTests, and PPAPI
WebSocket related tests only in Win32
BUG=111165
TEST=browser_tests; ui_tests
TBR=hbono@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9288018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119054 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
implement.
The wrong parameter was unused and broke the linux redux build.
TBR=wtc
BUG=None.
TEST=Linux redux bot should be green.
Review URL: https://chromiumcodereview.appspot.com/9234024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119053 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
columns.
When task manager is initialized and columns are updating, the javascript side sends the 'setUpdateColumns' message to set the columns visible. On the C++ side, it retrieves and updates only enabled columns data.
BUG=110416
TEST=manual
Review URL: http://codereview.chromium.org/9178007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119052 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Currently, blocking SyncSocket operations can not be unblocked from other threads, but this is now supported by using the CancelableSyncSocket class.
The implementation on Mac and Linux is very simple and basically consists of adding a call to shutdown().
On Windows however things are a tiny bit more complex since we use named pipes with synchronous IO and canceling synchronous IO is simply not possible on XP and arguably tricky on Vista+. So, what we do instead is to use asynchronous IO in a synchronous fashion to support the SyncSocket semantics and as well as allowing the connection to be correctly shut down from another thread.
Review URL: https://chromiumcodereview.appspot.com/8965053
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119051 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
simulating that an upgrade exists.
The purpose of this flag is to ease testing. It's similar to --check-for-update-interval.
BUG=104289
TEST=NONE
Review URL: http://codereview.chromium.org/9117030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119050 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
In component=shared_library builds, it isn't safe to load npchrome_frame.dll into a process that has its own AtExit manager, singletons, logging, etc. So now spin off a new run of the given test executable to do the registration.
BUG=110492
TEST=none (covered by cf_win trybot)
Review URL: https://chromiumcodereview.appspot.com/9146054
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119049 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- When started with --profile-directory, launch only one profile.
- Don't launch additional profiles which wouldn't open any pages. (When restarting
after an update, all profiles will reopen last pages.) The last active profile
is always launched.
BUG=99088,111118
TEST=See bugs.
Review URL: http://codereview.chromium.org/9117024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119048 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ensureAllItemSizesInCache() creates temporary list items and caches them, but temporary list items are removed from the list. Removed item is not belong to the list, so that it cannot be a pinnedItem.
BUG=none
TEST=manual
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=119011
Review URL: http://codereview.chromium.org/9159016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119047 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/9129031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119046 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is another CL in the series of cleaning up chrome/browser/extension.
TBR'ing miranda for trivial change in chrome/browser/profiles/.
BUG=101244
TEST=no
TBR=mirandac@chromium.org
Review URL: http://codereview.chromium.org/9200016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119045 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Ensure BurnManager is initialized/destroyed at the correct timing.
BUG=chromium-os:16553
TEST=Open chrome://imageburner and try to burn recovery image.
Review URL: http://codereview.chromium.org/9251007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119044 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=chromium-os:20007
TEST=None
Review URL: http://codereview.chromium.org/9193005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119042 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ensureAllItemSizesInCache() creates temporary list items and caches them, but temporary list items are removed from the list. Removed item is not belong to the list, so that it cannot be a pinnedItem.
BUG=none
TEST=manual
Review URL: http://codereview.chromium.org/9159016
TBR=yoshiki@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9271039
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119041 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=chromium-os:22824
TEST=Manual tests.
Review URL: https://chromiumcodereview.appspot.com/9234020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119040 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119039 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=joth
BUG=None
TEST=net_unittests should pass on all linux bots.
Review URL: http://codereview.chromium.org/9113053
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119038 0039d316-1c4b-4281-b951-d872f2087c98
|