- 01 Aug, 2012 24 commits
-
-
smckay@chromium.org authored
Support for loading all default intent services. Necessary to allow editing of defaults from settings. Add support for loading all defaults from WebIntentsRegistry. BUG=137907 Review URL: https://chromiumcodereview.appspot.com/10838004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149349 0039d316-1c4b-4281-b951-d872f2087c98
-
rkc@chromium.org authored
If we run out of data on Verizon, the buy plan button shows up but clicking it does nothing. This is a P0 issue hence adding all the OWNER's from the current directory to the reviewers list, whoever can get it to it first :) R=zelidrag@chromium.org TBR=nkostylev@chromium.org,glotov@chromium.org,dpolukhin@chromium.org BUG=139917 TEST=Activate a verizon modem, run it out of data, then test if buy plan works correctly by taking us to the verizon portal to get more data. Review URL: https://chromiumcodereview.appspot.com/10826092 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149348 0039d316-1c4b-4281-b951-d872f2087c98
-
alexeypa@chromium.org authored
Introducing the DaemonProcess class that will implements core of the daemon process functionality. It will manage the networking process running at lower privileges and maintains the list of virtual terminals. BUG=134694 Review URL: https://chromiumcodereview.appspot.com/10823062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149347 0039d316-1c4b-4281-b951-d872f2087c98
-
rkc@chromium.org authored
Add the user email field for Chrome on all other platforms (ChromeOS already has it); also make the field editable. R=estade@chromium.org BUG=94149 TEST=Send feedback reports from all 4 platforms, from both incognito and regular modes, making sure that the user e-mail is populated correctly and reported to the Feedback server correctly. Review URL: https://chromiumcodereview.appspot.com/10832078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149346 0039d316-1c4b-4281-b951-d872f2087c98
-
eatnumber@chromium.org authored
Introduce an API and associated smoke test for writing PyAuto tests which collect and analyze trace events. BUG=137356 TEST=manually Review URL: https://chromiumcodereview.appspot.com/10736055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149345 0039d316-1c4b-4281-b951-d872f2087c98
-
zea@chromium.org authored
Adds the preference for the bootstrap token and the bootstrapping functionality in the cryptographer so that we persist the keystore key across restarts. With this, we should only ever do one GetKey per client, and only on the first time that client signs in/restarts on a version with GetKey support (although it's not persisted across signouts/profile nukes) BUG=129665 TEST=unit_tests Review URL: https://chromiumcodereview.appspot.com/10540149 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149344 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
BUG=139561 TEST=manually tested that a file addition outside the Chromebook is reflected. Review URL: https://chromiumcodereview.appspot.com/10836005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149343 0039d316-1c4b-4281-b951-d872f2087c98
-
rkc@chromium.org authored
Currently we start in mirrored mode by default every time; change this so that if the extended desktop is enabled, we default to that instead. R=sky@chromium.org BUG=138093 Review URL: https://chromiumcodereview.appspot.com/10836037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149342 0039d316-1c4b-4281-b951-d872f2087c98
-
mmenke@chromium.org authored
how long it's been since idle sources have logged their most recent event. BUG=139830 Review URL: https://chromiumcodereview.appspot.com/10825116 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149341 0039d316-1c4b-4281-b951-d872f2087c98
-
ukai@chromium.org authored
R=nirnimesh@chromium.org BUG=134540 Review URL: https://chromiumcodereview.appspot.com/10832091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149340 0039d316-1c4b-4281-b951-d872f2087c98
-
tburkard@chromium.org authored
R=jar@chromium.org Review URL: https://chromiumcodereview.appspot.com/10829113 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149339 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149338 0039d316-1c4b-4281-b951-d872f2087c98
-
jbates@chromium.org authored
TBR=jbates@chromium.org Review URL: https://chromiumcodereview.appspot.com/10821122 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149337 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
Feeds are always come from the server. There is no need to take FROM_SERVER from callers. BUG=130669 TEST=out/Release/unit_tests --gtest_filter=GData* && out/Release/browser_tests --gtest_filter=GData* Review URL: https://chromiumcodereview.appspot.com/10827108 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149336 0039d316-1c4b-4281-b951-d872f2087c98
-
dtrainor@chromium.org authored
Added ContentViewCore.evaluateJavaScript and tied it into ContentViewClient.onEvaluateJavaScriptResult. BUG=http://crbug.com/139732 Review URL: https://chromiumcodereview.appspot.com/10848002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149335 0039d316-1c4b-4281-b951-d872f2087c98
-
arbenson@google.com authored
This change will make the x86-32 sandbox on Linux non-zero-based until the change at http://codereview.chromium.org/10832040/ is committed in Chromium. Also, on Atom, performance will be temporarily reduced but not broken. BUG=http://code.google.com/p/nativeclient/issues/detail?id=2927 TEST=trybots Review URL: https://chromiumcodereview.appspot.com/10826039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149333 0039d316-1c4b-4281-b951-d872f2087c98
-
dhollowa@chromium.org authored
Moves the web_contents from SearchViewController to SearchTabHelper. This allows each NTP tab to hold its own state. BUG=133529 TEST=Manual tests, create two new tabs, change one. Observe differences between the two. R=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/10827055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149332 0039d316-1c4b-4281-b951-d872f2087c98
-
chenyu@chromium.org authored
This implementation creates a DIR_APP_DATA directory if it does not exist. This is needed for iOS because on iOS NSApplicationSupportDirectory directory does not exist unless it is created explicitly. BUG=NONE TEST=NONE Review URL: https://chromiumcodereview.appspot.com/10795010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149331 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10826077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149330 0039d316-1c4b-4281-b951-d872f2087c98
-
aurimas@chromium.org authored
Upstreaming the select action functionality for Android. BUG=139111 Review URL: https://chromiumcodereview.appspot.com/10828098 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149329 0039d316-1c4b-4281-b951-d872f2087c98
-
sievers@chromium.org authored
This renders to a SurfaceView using texture sharing on the GPU thread. There is a bit of a public interface added to let the app create a cmdbuffer (we want run GL contexts on the same thread when sharing resources on Android) and perform the handshaking needed for sharing the two compositor buffers. It has bugs, such as that it doesn't handle it yet when the UI surface handle changes (e.g. when hiding and restoring the app). BUG=136923 Review URL: https://chromiumcodereview.appspot.com/10823051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149327 0039d316-1c4b-4281-b951-d872f2087c98
-
hfung@google.com authored
BUG=136848 Review URL: https://chromiumcodereview.appspot.com/10829068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149326 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149325 0039d316-1c4b-4281-b951-d872f2087c98
-
frankwang@google.com authored
DuplicateContentResourceHandler to monitor resources and track how many times they are duplicated as a way to simulate the cache. R=gavinp@chromium.org, darin@chromium.org Review URL: https://chromiumcodereview.appspot.com/10701151 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149324 0039d316-1c4b-4281-b951-d872f2087c98
-
- 31 Jul, 2012 16 commits
-
-
rkc@chromium.org authored
Adding myself to the OWNER's files for the areas I currently own. R=ben@chromium.org BUG=None. Review URL: https://chromiumcodereview.appspot.com/10843013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149323 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
BUG=139507 Review URL: https://chromiumcodereview.appspot.com/10824103 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149321 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=139849 TEST=none TBR=hans Review URL: https://chromiumcodereview.appspot.com/10829111 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149320 0039d316-1c4b-4281-b951-d872f2087c98
-
fischman@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10837026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149318 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://*abodenha@chromium.org authored
If the user has third party cookies blocked and a piece of Chrome's web ui needs to make an XHR to a logged in Google service (for example Print Preview talking to Cloud Print) the cookies would be blocked in the request. Consensus on chromium-dev is that content block settings like this should not apply to chrome UI. Also adds unit tests for ShouldAllowAllContent. BUG=136391 TEST=Unit tests should pass. Verify 136391. Review URL: https://chromiumcodereview.appspot.com/10826089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149317 0039d316-1c4b-4281-b951-d872f2087c98
-
kinuko@chromium.org authored
Use the virtual path to set the blob's mime type for CreateSnapshotFile, otherwise each FS implementation needs to name a temporary file with the same extension. platform_path might be just a cryptic temporary/cache file name. BUG=none TEST=existing tests Review URL: https://chromiumcodereview.appspot.com/10821096 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149316 0039d316-1c4b-4281-b951-d872f2087c98
-
rlarocque@chromium.org authored
Missed this one in r149062. BUG=139635 Review URL: https://chromiumcodereview.appspot.com/10834091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149314 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=139346 Review URL: https://chromiumcodereview.appspot.com/10837031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149313 0039d316-1c4b-4281-b951-d872f2087c98
-
tedvessenes@gmail.com authored
BUG=108171 Review URL: https://chromiumcodereview.appspot.com/10821062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149312 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=139842 TEST=none TBR=ben Review URL: https://chromiumcodereview.appspot.com/10825110 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149311 0039d316-1c4b-4281-b951-d872f2087c98
-
paivanof@gmail.com authored
while writing table after rebuilding. BUG=61102 Review URL: https://chromiumcodereview.appspot.com/10800005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149310 0039d316-1c4b-4281-b951-d872f2087c98
-
kxing@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10820059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149309 0039d316-1c4b-4281-b951-d872f2087c98
-
yusukes@chromium.org authored
BUG=none TEST=try passed Review URL: https://chromiumcodereview.appspot.com/10830087 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149308 0039d316-1c4b-4281-b951-d872f2087c98
-
mitchellwrosen@chromium.org authored
BUG=121174 Review URL: https://chromiumcodereview.appspot.com/10694062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149307 0039d316-1c4b-4281-b951-d872f2087c98
-
rlarocque@chromium.org authored
This crash was introduced in r148926, which changes SyncManager init behaviour. Previously, the SyncManager would end up with a valid SyncScheduler regardless of whether or not the initialization failed. This SyncScheduler would later play an important role in shutting down the syncer. Without a scheduler, the shutdown process crashes. The ProfileSyncServiceTest.CorruptDatabase test simulates the scenario we fail to load a sync directory. This will result in a SyncManager initialization failure. It is intended to test that this failure is handled by the ProfileSyncService, SyncBackendHost and SyncManager. BUG=139723 Review URL: https://chromiumcodereview.appspot.com/10830100 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149306 0039d316-1c4b-4281-b951-d872f2087c98
-
tommi@chromium.org authored
Candidate fix for a crash at shutdown when the IO thread is going away. More details in the bug report. BUG=139790 Review URL: https://chromiumcodereview.appspot.com/10821109 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149305 0039d316-1c4b-4281-b951-d872f2087c98
-