| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
BUG=174228
R=jamescook@chromium.org
TBR=xiyuan@chromium.org # for trivial change in chrome/browser/chromeos/system/
Review URL: https://chromiumcodereview.appspot.com/14949004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198445 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This change in Chrome OS reduces the amount of data sent with each
perf report. We can profile more frequently without increasing the
overall upload data size.
https://gerrit.chromium.org/gerrit/#/c/49967/
BUG=237399
TEST=trybots pass
Change-Id: I168c24c7e8aeb4a1cba9759d26f1c216d836063c
Signed-off-by: Simon Que <sque@chromium.org>
Review URL: https://chromiumcodereview.appspot.com/14946002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198444 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This makes the Android JB FYI bot fail at link time with an undefined reference
to EnableVirtualizedContext().
TBR=boliu@chromium.org
Review URL: https://codereview.chromium.org/14649016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198443 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
The regression when using threaded compositing is about 10% (50ms) for
the longer tests, and 20% (15ms) for the shorter tests. The tests will
be re-baselined to absorb this.
BUG=178497
Review URL: https://chromiumcodereview.appspot.com/14942002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198442 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=
Review URL: https://chromiumcodereview.appspot.com/14936002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198441 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=none
Review URL: https://chromiumcodereview.appspot.com/14933002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198440 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
Free the copy of GdkEvent returned by gtk_get_current_event() to avoid a memory leak.
BUG=
Review URL: https://chromiumcodereview.appspot.com/14910004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198439 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198438 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
Manually committing https://chromiumcodereview.appspot.com/14746005/
TBR=tommi
Review URL: https://codereview.chromium.org/14959006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198437 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
PM and UI designer wants to try more compact menu style and more contrast menu version. So added two compact menu experiments and one with more contrast.
BUG=157692
Review URL: https://chromiumcodereview.appspot.com/14881003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198436 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
When Device object is passed as an input param, only address is necessary; so I think we should turn other params optional so that users can call the API with just the address if needed.
BUG=229636
Review URL: https://chromiumcodereview.appspot.com/14866002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198435 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=237409
TEST=manual
NOTRY=True
# NOTRYing for chrome_linus passed already and this changes only Chrome OS.
Review URL: https://chromiumcodereview.appspot.com/14859002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198434 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=111316
R=mkwst@chromium.org
Review URL: https://chromiumcodereview.appspot.com/14670012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198433 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=223789
Review URL: https://chromiumcodereview.appspot.com/14858006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198432 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
This also unifies the constants for the search results and the
grid view, and removes some unneeded animation handling (the
animations have been removed).
BUG=222586
Review URL: https://chromiumcodereview.appspot.com/14852009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198431 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
are done before sending autocomplete results. This allows the local page to render suggestions unconditionally and still avoid the suggestion box flickering which had been caused by multiple onnativesuggestions firing on the same query.
The .cc changes were factored from https://codereview.chromium.org/12975002/.
BUG=237661
Review URL: https://chromiumcodereview.appspot.com/14582013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198430 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Change the managed user settings UI so that it writes its settings to policy (via the ManagedModePolicyProvider) instead of preferences. This enforces the settings (so that they can't be overridden by preferences) and allows us to keep them in Sync with cloud-configured settings.
TBR=sky@chromium.org,zea@chromium.org,kalman@chromium.org
BUG=128318
Review URL: https://chromiumcodereview.appspot.com/12256019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198429 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Subscripting needs libarc_lite to works. To force compilation with this
library, the linker must have the -f-obj-arc parameter.
R=stuartmorgan@chromium.org
Review URL: https://chromiumcodereview.appspot.com/14850014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198428 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
chrome.pak is non-scaled data, so should use NONE
BUG=None
Review URL: https://chromiumcodereview.appspot.com/14847006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198427 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
Disabling the tests there for now, investigation pending.
BUG=238179
Review URL: https://chromiumcodereview.appspot.com/14788012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198426 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
After a long discussion it was decided that the backend is the only proper place
for this kind of correctness checks. All backends should do that.
BUG=236384
Review URL: https://chromiumcodereview.appspot.com/14740016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198425 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
TBR=digit@chromium.org
Review URL: https://codereview.chromium.org/14948004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198424 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198423 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=None
TEST=Configure e.g. an empty user whitelist and verify an entry shows up in about:policy.
Review URL: https://chromiumcodereview.appspot.com/14258005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198422 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This covers the case that device settings configure a Kiosk App for
auto-launch, in which case we don't want to proceed to the login screen
but launch the app directly.
BUG=chromium:216359
TEST=Configure a kiosk up in device policy, verify that it gets launched when clicking the "Done" button on the enrollment screen.
Review URL: https://chromiumcodereview.appspot.com/14198018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198421 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
R=reed@google.com
Review URL: https://codereview.chromium.org/14976002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198420 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
Regardless of where the corruption is coming from we shouldn't crash when parsing a funky bitstream.
BUG=234449
Review URL: https://chromiumcodereview.appspot.com/14956002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198419 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
https://src.chromium.org/viewvc/blink?view=revision&revision=149671
This completes the transition of these flags from Content
to Blink. The next stage of work will be making these
controlled by RuntimeEnabledFeatures.in via autogeneration.
BUG=237740
Review URL: https://chromiumcodereview.appspot.com/14955006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198418 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Does not compile on Chrome OS:
http://build.chromium.org/p/chromium.chromiumos/buildstatus?builder=ChromiumOS%20%28daisy%29&number=9281
http://build.chromium.org/p/chromium.chromiumos/buildstatus?builder=ChromiumOS%20%28amd64%29&number=8203
http://build.chromium.org/p/chromium.chromiumos/buildstatus?builder=ChromiumOS%20%28x86%29&number=13613
> Move WrappedTexImage functionality to ui/gl
>
> This way it works everywhere
>
> BUG=235031
>
> Review URL: https://chromiumcodereview.appspot.com/14902003
TBR=gman@chromium.org
Review URL: https://codereview.chromium.org/14670010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198417 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
> Close camera when tab is closed.
>
> A tab can be opened by calling window.open(). In this case, RenderViewImpl receives frameDetached signal when the tab is closed. Therefore, MediaStreamImpl needs to listen to frameDetached signal in order to close all opened media stream.
>
> When a tab (opened by window.open) is closed, RenderWidget will not send message to browser process. MediaStreamDispatcher needs to have its own Send() method in order to notify browser process to close the opened media streams (i.e., devices).
>
> BUG=235126
> R=tommi@chromium.org
>
> Review URL: https://codereview.chromium.org/14645027
TBR=wjia@chromium.org
Review URL: https://codereview.chromium.org/14809005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198416 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In Chrome Canary, the "Chrome App Launcher" shortcut is now called "Chrome App
Launcher Canary", and the "Chrome Apps" menu folder is now called "Chrome Canary
Apps".
BUG=234948
BUG=236749
Review URL: https://chromiumcodereview.appspot.com/14845005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198414 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=228974
Review URL: https://chromiumcodereview.appspot.com/14836007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198413 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Plugin installation is not supported on iOS, so the code shouldn't
be compiled.
BUG=None
Review URL: https://chromiumcodereview.appspot.com/14826004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198412 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=235363
Review URL: https://chromiumcodereview.appspot.com/14820006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198411 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=237655
Review URL: https://chromiumcodereview.appspot.com/14890006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198410 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Looks like provideInput() may be called prior to initialize, so we
need to move the construction to provideInput().
BUG=237678
TEST=new content_unittest.
Review URL: https://chromiumcodereview.appspot.com/14890003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198409 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=234115
TEST=Run chrome with cl option --force-fieldtrials=SendFeedbackLinkLocation/alt-location/ and confirm visually.
Review URL: https://chromiumcodereview.appspot.com/14884004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198408 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
Skia is no longer used in the file.
BUG=None
Review URL: https://chromiumcodereview.appspot.com/14818004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198407 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198406 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
other design issues with the dialog as well.
BUG=236999
TEST=manual
Review URL: https://chromiumcodereview.appspot.com/14803003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198405 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/14909005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198404 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
This way it works everywhere
BUG=235031
Review URL: https://chromiumcodereview.appspot.com/14902003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198403 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=235196
Review URL: https://chromiumcodereview.appspot.com/14801004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198402 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
Based on https://codereview.chromium.org/13864007/
BUG=77656
Review URL: https://codereview.chromium.org/14744007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198401 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
Add template for passing in a URL to Google autocomplete.
BUG=237284
Review URL: https://chromiumcodereview.appspot.com/14786008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198400 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=232983
Review URL: https://chromiumcodereview.appspot.com/14772011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198399 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This change also simplifies the parameters that are passed to the
NetworkConfigurationUpdater when user policy is ready. Eventually a
NetworkConfigurationUpdater will be created for each Profile, and these
parameters will be passed directly in the constructor.
The hashed username will be used in a subsequent CL (https://codereview.chromium.org/13957012).
BUG=157696
Review URL: https://chromiumcodereview.appspot.com/14771010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198398 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198397 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
on nytimes.com which was causing password to be associated with the wrong
origin ("http://www.nytimes.com" instead of "https://myaccount.nytimes.com").
BUG=236673
Review URL: https://chromiumcodereview.appspot.com/14723002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198396 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=174655
TBR=rogerta@chromium.org
Review URL: https://codereview.chromium.org/14760009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198395 0039d316-1c4b-4281-b951-d872f2087c98
|