- 30 Apr, 2014 40 commits
-
-
edwardjung@chromium.org authored
BUG=356226 Review URL: https://codereview.chromium.org/254673010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267070 0039d316-1c4b-4281-b951-d872f2087c98
-
kmadhusu@chromium.org authored
This CL, - Adds a new EmbeddedSearchPageVerion variant to enable EmbeddedSearch API in Android Chrome search results page. - Adds an experiment flag to enable "EmbeddedSearch API" for Android Chrome. - Creates SearchTabHelper for TabAndroid WebContents. - Uses EmbeddedSearch API to submit search queries if the underlying search results page supports Instant. - Assigns Instant search URL renderers to a priviledged Instant process. - Uses "chrome-search://" scheme for Instant search URLs. - Creates new test to verify the embedded search page version. To test: Enable EmbeddedSearch API flag from about://flags page and run Android Chrome against demo server URL (cl/64511863). Server side bug: b/10402468 BUG=none TEST=none Review URL: https://codereview.chromium.org/215733002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267069 0039d316-1c4b-4281-b951-d872f2087c98
-
rogerta@chromium.org authored
Consolidate all uses into main helper class. Details about new api: https://developers.google.com/+/api/latest/people/get Format of returned response: https://developers.google.com/+/api/latest/people#resource BUG=320354 Review URL: https://codereview.chromium.org/257773002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267068 0039d316-1c4b-4281-b951-d872f2087c98
-
jfroy@chromium.org authored
BUG=366312 Review URL: https://codereview.chromium.org/255393002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267067 0039d316-1c4b-4281-b951-d872f2087c98
-
gunsch@chromium.org authored
BUG=b/14249697 R=mef@chromium.org,byungchul@chromium.org Review URL: https://codereview.chromium.org/251213004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267066 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
Several tests are using AuraTestHelper and were relying on it to set up the DefaultActivationClient, so I had to have them instantiate the DAC directly after calling SetUp() on the helper. I also had to make the DAC delete itself after the root window it's bound to is destroyed. R=sky@chromium.org http://crbug.com/308710 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=266616 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=266975 Review URL: https://codereview.chromium.org/250113002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267065 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
> Build remoting for PNaCl > > BUG=276739 > R=jamiewalch@chromium.org > > Review URL: https://codereview.chromium.org/234023003 TBR=sergeyu@chromium.org Review URL: https://codereview.chromium.org/254243002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267064 0039d316-1c4b-4281-b951-d872f2087c98
-
mek@chromium.org authored
BUG=354217 Review URL: https://codereview.chromium.org/256623008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267057 0039d316-1c4b-4281-b951-d872f2087c98
-
jdduke@chromium.org authored
Previously on Windows, WebInputEvents generated from ui::Events would call |GetMessageTime()| to initialize the WebInputEvent timestamp. There are no guarantees that such a call is valid at that time. Instead, use the MSG.time timestamp generated when the ui::Event was first created from the HWND message. BUG=367156 Review URL: https://codereview.chromium.org/252083002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267056 0039d316-1c4b-4281-b951-d872f2087c98
-
rsadam@chromium.org authored
The new spec for the keyboard shift-light is a square in the upper left corner. Changing this to be consistent with the IME keyboard. BUG=364468 Review URL: https://codereview.chromium.org/251593011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267055 0039d316-1c4b-4281-b951-d872f2087c98
-
rpaquay@chromium.org authored
* Also add explicit destructors (to decrease code size due to inlining) BUG=365101. Review URL: https://codereview.chromium.org/255943003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267054 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267053 0039d316-1c4b-4281-b951-d872f2087c98
-
fgorski@chromium.org authored
Adding a test for the problem Fixing the problem Adding a minimum checkin interval BUG=359254 Review URL: https://codereview.chromium.org/252933002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267049 0039d316-1c4b-4281-b951-d872f2087c98
-
xhwang@chromium.org authored
BUG=361318 TEST=Add VP9 to unittests. Review URL: https://codereview.chromium.org/252513005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267047 0039d316-1c4b-4281-b951-d872f2087c98
-
sdefresne@chromium.org authored
Move all the production code of bookmarks to the components folder as they form a cyclic graph and moving them separately would be more work for little gain. BUG=359565, 360637, 360640, 360643, 364881 TBR=willchan Review URL: https://codereview.chromium.org/253753005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267046 0039d316-1c4b-4281-b951-d872f2087c98
-
jiayl@chromium.org authored
Previously MediaStreamManager is not notified when a video capturing device has stopped due to error (e.g. the shared window is closed), so the notification UI is still shown when the stream already stopped. This change fixes it by populating the state to MediaStreamManager through VideoCaptureHost --> VidoeCaptureManager --> MediaStreamProviderListner. BUG=360181 Review URL: https://codereview.chromium.org/248113003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267045 0039d316-1c4b-4281-b951-d872f2087c98
-
derat@chromium.org authored
Avoid reporting that 60 minutes remain when the time interval is just under an hour boundary. BUG=368261 Review URL: https://codereview.chromium.org/258303002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267044 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
after the idle state has changed. BUG=366580 R=courage@chromium.org Review URL: https://codereview.chromium.org/251173003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267043 0039d316-1c4b-4281-b951-d872f2087c98
-
vmpstr@chromium.org authored
This patch ensures that iterators cannot be copied.. Since we rely on a member heap that points to another member vector, we can't do a naive copy. Instead we would have to reconstruct the heap to point to the new members, but it's better to just restrict copy altogether. R=enne Review URL: https://codereview.chromium.org/251003002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267042 0039d316-1c4b-4281-b951-d872f2087c98
-
peter@chromium.org authored
This patch makes it possible to compile Android's chrome_shell_apk target whilst setting notifications=1 in the GYP_DEFINES. It also adds a stubbed version of the NotificationUIManagerAndroid, which will be responsible for displaying notifcations (through the Android framework). Chrome for Android will not be using the new Message Center, because displaying notifications will be done by the platform directly. BUG=90795 Review URL: https://codereview.chromium.org/247943003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267041 0039d316-1c4b-4281-b951-d872f2087c98
-
alemate@chromium.org authored
to diagnose failures. BUG=362847 Review URL: https://codereview.chromium.org/239703014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267040 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
This ports the gyp's changes from r258918 ( https://codereview.chromium.org/205963004/) To test: $ gn gen out/Release_gn --args='is_debug=false is_clang=true' $ ninja -C out/Release_gn sdch BUG=367597,324299 TEST=see above R=brettw@chromium.org TBR=brettw Review URL: https://codereview.chromium.org/253493007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267039 0039d316-1c4b-4281-b951-d872f2087c98
-
kbr@chromium.org authored
It's failing intermittently, causing jobs to fail the Chromium commit queue. Tested locally with 'python tools/perf/run_tests --browser=release'. BUG=368386 R=ernstm@chromium.org Review URL: https://codereview.chromium.org/264433003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267035 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
```------------------ Automatically call OnNativeThemeChanged when a widget is added to a hierarchy with a widget. Split off from https://codereview.chromium.org/245863002/ BUG=347832 (tangentially) ``` ------------------ original review: https://codereview.chromium.org/251703002/ changes: fix uninitialized reads Review URL: https://codereview.chromium.org/258063009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267034 0039d316-1c4b-4281-b951-d872f2087c98
-
newt@chromium.org authored
BUG=367231 NOTRY=true Review URL: https://codereview.chromium.org/250923008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267033 0039d316-1c4b-4281-b951-d872f2087c98
-
boliu@chromium.org authored
These new modes are currently unused. BUG= Review URL: https://codereview.chromium.org/251843006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267032 0039d316-1c4b-4281-b951-d872f2087c98
-
ericu@chromium.org authored
This way we'll know which need to have their live blob journals cleaned, once blob support is in. This has a small overlap with https://codereview.chromium.org/240003011/ [currently in the commit queue] for ease of merging. However, it also fixes a bug in that CL in which GetDatabaseNames didn't have the request_context parameter. BUG=108012 Review URL: https://codereview.chromium.org/259063004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267031 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
BUG=276739 R=jamiewalch@chromium.org Review URL: https://codereview.chromium.org/234023003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267030 0039d316-1c4b-4281-b951-d872f2087c98
-
piman@chromium.org authored
https://codereview.chromium.org/220243003 removed the last client-side caller. Service-side implementation of GetState is identical to GetLastState. So replace all instances of GetState by GetLastState and remove the former. BUG=None Review URL: https://codereview.chromium.org/253943002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267027 0039d316-1c4b-4281-b951-d872f2087c98
-
binji@chromium.org authored
There is a bug in the Chromesite redirects where the Pepper reference docs links incorrectly redirect back to themselves. This CL works around this by removing the .html suffix on the links. Note that these files are generated, so it will break the next time someone generates docs (unless they're careful). BUG=365825 R=bradnelson@chromium.org Review URL: https://codereview.chromium.org/260193002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267026 0039d316-1c4b-4281-b951-d872f2087c98
-
jln@chromium.org authored
BUG=367986 R=mdempsky@chromium.org TBR=jorgelo Review URL: https://codereview.chromium.org/252323005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267025 0039d316-1c4b-4281-b951-d872f2087c98
-
kbr@chromium.org authored
win_gpu is already experimentally receiving a percentage of the Chromium and Blink CQs' load. Expand its testing to cover manually submitted try jobs. BUG=327170 R=phajdan.jr@chromium.org,maruel@chromium.org TBR=darin@chromium.org Review URL: https://codereview.chromium.org/258233002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267023 0039d316-1c4b-4281-b951-d872f2087c98
-
rtenneti@chromium.org authored
preferences file. This change reduces the size of Preferences file for around 3% of users who have lot of entries (some users have more than 10,000 entries). HttpServerProperties - Implement MRU for supports SPDY server list. Persist only the most recently used 300 entries. In memory keep all the entries. This change is similar to MRU change for AlternateProtocol. R=rch@chromium.org, mmenke@chromium.org BUG=258189 Review URL: https://codereview.chromium.org/253903002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267022 0039d316-1c4b-4281-b951-d872f2087c98
-
vandebo@chromium.org authored
BUG=NONE Review URL: https://codereview.chromium.org/231873003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267021 0039d316-1c4b-4281-b951-d872f2087c98
-
meacer@chromium.org authored
BUG=330111 NOTRY=true Review URL: https://codereview.chromium.org/253213003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267017 0039d316-1c4b-4281-b951-d872f2087c98
-
jsbell@chromium.org authored
Tests to ensure that ?-escaping works and \-escaping is not necessary. BUG=360629 Review URL: https://codereview.chromium.org/259893002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267016 0039d316-1c4b-4281-b951-d872f2087c98
-
antrim@chromium.org authored
Cancel button should not be disabled. BUG=360589, 343076 R=nkostylev@chromium.org Review URL: https://codereview.chromium.org/256223003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267014 0039d316-1c4b-4281-b951-d872f2087c98
-
eroman@chromium.org authored
No longer needed now that Blink has rolled. BUG=245025 R=rsleevi@chromium.org Review URL: https://codereview.chromium.org/253123002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267013 0039d316-1c4b-4281-b951-d872f2087c98
-
tim@chromium.org authored
There's no need to use GenericChangeProcessor for a test like this. TBR=mnissler@chromium.org BUG=339726 Review URL: https://codereview.chromium.org/258753002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267009 0039d316-1c4b-4281-b951-d872f2087c98
-
juyik@chromium.org authored
Implement connection, registration, and receiving activities recording on the google apis side, for gcm-internals page. arv: please do owner review for chrome/browser/ui/webui/* BUG=341256 Review URL: https://codereview.chromium.org/248213004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267008 0039d316-1c4b-4281-b951-d872f2087c98
-