| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
Follow up from http://codereview.chromium.org/10916276/
BUG=none
Review URL: https://chromiumcodereview.appspot.com/10911341
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157198 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=148801
R=gbillock@chromium.org for Web Intents changes.
R=joi@chromium.org to verify that I am using GetAPIKey() correctly.
Review URL: https://chromiumcodereview.appspot.com/10911331
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157197 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
different builds.
BUG=NONE
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/10917277
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157192 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Implementing small fix: If not using native frame, not incognito, and Metro, then use IDR_THEME_TAB_BACKGROUND_V.
BUG=139937
Review URL: https://chromiumcodereview.appspot.com/10928120
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157191 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is a temporary change for M23; we plan to change the UI of the titlebar to
match the style of the Windows frame for M24.
BUG=134544
Review URL: https://chromiumcodereview.appspot.com/10918256
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157190 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
for release.
BUG=145027
Review URL: https://chromiumcodereview.appspot.com/10914321
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157189 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This compile-time flag will need to be defined for chromium in order for
the skia change https://codereview.appspot.com/6506099/ to be used. The
flag is defined in two places to prevent memory corruption issues with
the test cases that use SkPaint.
BUG=
Review URL: https://chromiumcodereview.appspot.com/10913299
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157188 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
seconds.
BUG=148807
R=gbillock
Review URL: https://chromiumcodereview.appspot.com/10907259
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157187 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
We rely on the encryption handler's rollback detection for any cases
where conflicts might lose data and we can't merge. Else, we merge the
data as needed.
BUG=129665
Review URL: https://chromiumcodereview.appspot.com/10905191
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157186 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It turns out X can't handle large custom cursors very well. The issue
seems to be that if the width or height is larger than 64, then there
are some occasional flickering issues. This becomes an issue especially
when larger device scale factors. So rescale the cursor image (and the
corresponding hot-spot) for these cases.
BUG=144152
Review URL: https://codereview.chromium.org/10915314
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157185 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Fixed tests in windows
* Split up stdout and stderr so they print separately
Its not clear whether or not this'll fix http://code.google.com/p/chromium/issues/detail?id=145308&can=3&colspec=ID%20Pri%20Mstone%20ReleaseBlock%20OS%20Area%20Feature%20Status%20Owner%20Summary
But the goal is to quarantine stderr from mixing in with the stdout pipe, so this code uses two extra threads per shard to collect stdout and stderr byte by byte, and emit them line by line.
Review URL: https://chromiumcodereview.appspot.com/10919228
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157184 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=149160
Review URL: https://chromiumcodereview.appspot.com/10919319
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157183 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Improves the database by not inserting blatantly erroneous data, and by deleting
any events or metrics which cannot be properly retrieved from the database.
Also make DB take a metric for AddMetric() - this makes it so that we have a
more accurate timestamp since we record the time before the thread-jumping.
BUG=130212
Review URL: https://chromiumcodereview.appspot.com/10907121
TBR=rdevlin.cronin@chromium.org
Review URL: https://codereview.chromium.org/10915318
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157182 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to avoid potential future pitfalls.
[Compile failure. Some header moved, apparently.]
BUG=130932
Review URL: https://chromiumcodereview.appspot.com/10908081
TBR=harrym@chromium.org
Review URL: https://codereview.chromium.org/10914324
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157181 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
See comment #19 on the bug
BUG=146468
TEST=see bug
TBR=glen
Review URL: https://codereview.chromium.org/10910310
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157175 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
potential future pitfalls.
BUG=130932
Review URL: https://chromiumcodereview.appspot.com/10908081
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157174 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
has loaded.
This delays the IPC proxy startup to happen at the same time as the SRPC
proxy, so that dynamically loaded apps work. The IRT startup is also changed
to start SRPC correctly. With this change, glibc examples work.
BUG=116317
TEST=manual
Review URL: https://codereview.chromium.org/10917276
TBR=bbudge@chromium.org
(added static initializer)
Review URL: https://codereview.chromium.org/10917300
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157173 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
service' instead of when the picker closes.
BUG=146945
R=gbillock@chromium.org
+erg for GTK change.
+sky for Views change.
+asvitkine for Cocoa change.
Review URL: https://chromiumcodereview.appspot.com/10915269
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157171 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=122768
TEST=manual
Review URL: https://chromiumcodereview.appspot.com/10928088
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157169 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Improves the database by not inserting blatantly erroneous data, and by deleting
any events or metrics which cannot be properly retrieved from the database.
Also make DB take a metric for AddMetric() - this makes it so that we have a
more accurate timestamp since we record the time before the thread-jumping.
BUG=130212
Review URL: https://chromiumcodereview.appspot.com/10907121
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157168 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
. expose a win-specific function to convert a SkPath->HRGN
. implement the various functions to use it:
- NativeWidgetPrivate::SetShape() is called for windows that want to programmatically set a shape.
- HWNDMessageHandler::ResetWindowRegion asks the non-client frameview for its shape
- DNWA::Has/GetHitTestMask implements this for event dispatch.
http://crbug.com/146077
R=scottmg@chromium.org
Review URL: https://codereview.chromium.org/10917299
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157167 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=147923
TEST=manual
Review URL: https://codereview.chromium.org/10919208
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157164 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This delays the IPC proxy startup to happen at the same time as the SRPC
proxy, so that dynamically loaded apps work. The IRT startup is also changed
to start SRPC correctly. With this change, glibc examples work.
BUG=116317
TEST=manual
Review URL: https://codereview.chromium.org/10917276
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157163 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=116317
TEST=compiles, existing functional tests.
Review URL: https://codereview.chromium.org/10905302
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157162 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=149815
TEST=Stop() twice no longer crashes.
Review URL: https://codereview.chromium.org/10916342
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157161 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
The dispatcher wrapper outlives the render view, so it was an error to save the RenderView pointer and use it later.
This patch will break out-of-process gamepad which is currently unused, as well as the async flash device ID which is also currently unused.
BUG=149850
Review URL: https://codereview.chromium.org/10909273
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157158 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Only default browsers can launch in metro mode so in the
case of not being the default we trigger the setting the default UI
If we are the default mode we just launch in metro
BUG=148570
TEST=see bug
Review URL: https://codereview.chromium.org/10914306
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157157 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
TBR=brettw@chromium.org
Review URL: https://codereview.chromium.org/10907236
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157156 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Move from using TestShell to content::Shell.
BUG=126514
Review URL: https://chromiumcodereview.appspot.com/10913286
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157155 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=149815
TEST=Return 0 from hardware sample rate.
Review URL: https://codereview.chromium.org/10915309
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157153 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Steps to reproduce (with Chrome Instant enabled):
1. Type "foo" into the omnibox, but don't hit Enter.
--> Wait for the results preview to show.
2. Ctrl-A to select all the text in the omnibox, hit Delete.
--> Preview should now disappear.
3. Start typing "bar".
Previously, you would observe the old results (grayed out) briefly while
the page fetched results for the new query. With this CL, you should see
only a blank page, and not old results.
BUG=148810
R=dcblack@chromium.org
TEST=See steps above.
Review URL: https://codereview.chromium.org/10916290
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157152 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
This CL missed out adding it in the default Ctor as well: https://chromiumcodereview.appspot.com/10833013/diff/6003/webkit/plugins/npapi/plugin_list.cc
BUG=
Review URL: https://chromiumcodereview.appspot.com/10911338
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157151 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=
Review URL: https://chromiumcodereview.appspot.com/10933123
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157150 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Restored -> Maximized
Maximized -> Restored
Fullscreen -> not fullscreen (what is was before)
BUG=145402
TEST=On chromeos press F4 when in Restored, Maximize, Fullscreen windows.
Review URL: https://chromiumcodereview.appspot.com/10914231
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157147 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
Also changed "Cycle monitor" to "Mirror monitors".
BUG=149720
Review URL: https://codereview.chromium.org/10907250
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157146 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
TBR=odean@chromium.org
BUG=145584
Review URL: https://codereview.chromium.org/10913298
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157145 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This one is a little trickier, since there are two capture concepts in play:
- aura capture, used by the event dispatch logic in RootWindow to figure out where to send mouse drag events
- win32 capture, used by windows to determine where to send subsequent mouse events.
NativeWidgetPrivate::Set/Get/HasCapture are implemented in NativeWidgetAura setting only the first type, since that's all that's relevant in ash-land, where you don't need to track mouse events outside the HWND that is the RootWindowHost.
Not-so for Desktop Aura, so we need to set native capture too.
Capture can move within the aura::Windows in the RootWindowHost, but regardless we must always keep capture of the HWND associated with the in sync.
BUG=146077
R=scottmg@chromium.org
Review URL: https://codereview.chromium.org/10907258
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157144 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
PRESUBMIT.py was throwing an exception when run with git try. Now it works.
BUG=149162
Review URL: https://codereview.chromium.org/10907237
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157143 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upstream recent changes to Python scripts which pass commandline
args to Java tests.
BUG=
Review URL: https://chromiumcodereview.appspot.com/10917283
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157141 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=149125
Review URL: https://codereview.chromium.org/10915281
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157139 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Links used to be hard to distinguish, and some colors were ugly.
Note: will need to be merged.
BUG=147615
Review URL: https://codereview.chromium.org/10933098
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157138 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
jhawkins: chrome/browser/ui/webui
jcivelli: content/public/test
Review URL: https://chromiumcodereview.appspot.com/10905215
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157137 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=149879
TEST=No user-visible changes.
Review URL: https://chromiumcodereview.appspot.com/10928225
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157136 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=107201
TEST=no visible change
Review URL: https://chromiumcodereview.appspot.com/10917198
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157134 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Created 2 symbolic link to the gold linker in third_party/android_tools/ndk,
and put them before the NDK's default linker in PATH environment variable,
so clang could use the gold linker.
BUG=143931
Review URL: https://codereview.chromium.org/10914266
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157132 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Allow overriding to explicitly use or not use internal keys,
regardless of what is auto-detected.
Fix a bug in the implementation, where the default value was not being used for unset tokens.
BUG=145584
Review URL: https://codereview.chromium.org/10933126
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157130 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
absolute paths
rather than relative paths
BUG=none
Review URL: https://chromiumcodereview.appspot.com/10911242
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157129 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=149179
Review URL: https://codereview.chromium.org/10910295
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157128 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
https://chromiumcodereview.appspot.com/10928098
TEST=Just ran generator.py.
BUG=148914
Review URL: https://codereview.chromium.org/10913291
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157127 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
code so that it can better control it. The animation is the same as a
normal switch, but it pauses slightly before hand in hopes of the
machine getting into a good state.
BUG=149060
TEST=see bug
R=ben@chromium.org,nkostylev@chromium.org
Review URL: https://codereview.chromium.org/10928223
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157126 0039d316-1c4b-4281-b951-d872f2087c98
|