- 17 Oct, 2012 40 commits
-
-
robertphillips@google.com authored
control: http://codereview.chromium.org/11187015/ Review URL: https://codereview.chromium.org/11185014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162351 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162350 0039d316-1c4b-4281-b951-d872f2087c98
-
antonm@google.com authored
Review URL: https://chromiumcodereview.appspot.com/11191022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162349 0039d316-1c4b-4281-b951-d872f2087c98
-
tommi@chromium.org authored
TBR=cmp Review URL: https://chromiumcodereview.appspot.com/11187026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162348 0039d316-1c4b-4281-b951-d872f2087c98
-
zvorygin@chromium.org authored
BUG=155666 Review URL: https://chromiumcodereview.appspot.com/11143021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162347 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162346 0039d316-1c4b-4281-b951-d872f2087c98
-
torne@chromium.org authored
r1520 Android backend: allow targets to have unmangled names. TBR=thakis@chromium.org BUG= Review URL: https://codereview.chromium.org/11198028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162345 0039d316-1c4b-4281-b951-d872f2087c98
-
toyoshim@chromium.org authored
A file for testing was broken, but not used yet. TBR=wtc@chromium.org BUG=136950 Review URL: https://codereview.chromium.org/11186021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162344 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
Rename existing Read() to ReadSync() Change type of |buf| from char* to scoped_refptr<IOBuffer> so that async operation is always performed safely Add an asynchronous implementation, Read() The newly added Read() is not used yet, all users still use the old version ReadSync() BUG=72001 TEST=net_unittests Review URL: https://chromiumcodereview.appspot.com/10910268 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162343 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
The new common_resources.grd will be used for non-loalizeable resources, such as images. Review URL: https://chromiumcodereview.appspot.com/11087059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162342 0039d316-1c4b-4281-b951-d872f2087c98
-
kochi@chromium.org authored
BUG=none TEST=run chrome with --vmodule=drive_webapprs_registry=1 and login with an account with some drive apps installed. Review URL: https://codereview.chromium.org/11190019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162341 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
R=piman@chromium.org Review URL: https://codereview.chromium.org/11138008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162340 0039d316-1c4b-4281-b951-d872f2087c98
-
vabr@chromium.org authored
Testing that WebRequest attributes with incompatible stages cannot be combined in one condition. BUG=112155 TEST=N/A (adding unit-tests only) Review URL: https://chromiumcodereview.appspot.com/11194003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162337 0039d316-1c4b-4281-b951-d872f2087c98
-
MHX348@motorola.com authored
Added PROCESS_TYPE_PPAPI_BROKER case Patch from Joe Thomas <mhx348@motorola.com>. BUG=142923 TEST= Review URL: https://chromiumcodereview.appspot.com/11187004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162336 0039d316-1c4b-4281-b951-d872f2087c98
-
ccameron@chromium.org authored
We actually don't need the O(1) lookup for backings, so just use a list. BUG=154451 Review URL: https://chromiumcodereview.appspot.com/11195015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162335 0039d316-1c4b-4281-b951-d872f2087c98
-
james.wei@intel.com authored
Content Shell cannot run without GPU enabled. So enable GPU by default in emulator. BUG= Review URL: https://chromiumcodereview.appspot.com/11148036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162334 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162333 0039d316-1c4b-4281-b951-d872f2087c98
-
simonmorris@chromium.org authored
BUG=155431 Review URL: https://chromiumcodereview.appspot.com/11140031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162331 0039d316-1c4b-4281-b951-d872f2087c98
-
toyoshim@chromium.org authored
WebSocket test server migration from content::TestWebSocketServer to net::TestServer. This is a part of migration change for PPAPI tests. BUG=137639 TEST=browser_tests --gtest_filter='*.WebSocket_*' Review URL: https://chromiumcodereview.appspot.com/11048050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162330 0039d316-1c4b-4281-b951-d872f2087c98
-
szym@chromium.org authored
Counts of TTL obtained in DNS response. Counted when the address is used. Review URL: https://chromiumcodereview.appspot.com/11065052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162329 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
Code for using this flag will follow separately. The feature (prefetching in Google Drive client for ChromeOS) is going to be enabled by default, and it won't be user-configurable, but, for development/debugging purpose it would be good if we could sometimes turn it off. BUG=156006 Review URL: https://chromiumcodereview.appspot.com/11151036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162328 0039d316-1c4b-4281-b951-d872f2087c98
-
toyoshim@chromium.org authored
BUG=136950 Review URL: https://chromiumcodereview.appspot.com/11174006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162327 0039d316-1c4b-4281-b951-d872f2087c98
-
toyoshim@chromium.org authored
WorkerWebSocketHttpLayoutTest was disable. Actually, shared-worker-simple.html is the only test which is useful to run now. Also, providing fixed port for WebSocket test server is not so easy. So, I decided to remove existing WorkerWebSocketHttpLayoutTest, then introduce WorkerTest.WebSocketSharedWorker as a compatible test with shared-worker-simple.html. BUG=155014, 137639 TEST=content_browsertests --gtest_filter='WorkerTest.WebSocketSharedWorker' Review URL: https://chromiumcodereview.appspot.com/11028111 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162326 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162325 0039d316-1c4b-4281-b951-d872f2087c98
-
nduca@chromium.org authored
BUG=155425 TBR=nduca@chromium.org Review URL: https://chromiumcodereview.appspot.com/11188026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162324 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
Add new HISTORY_DELETE_DIRECTIVE model type. Update everything that depends on model type. Rename SyncCryptographer test to Cryptographer (since it's already in sync_unit_tests). Add EncryptableUserTypes() function and use that instead of UserTypes() for encryption-related stuff. BUG=141245 TBR=jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/10855037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162323 0039d316-1c4b-4281-b951-d872f2087c98
-
loislo@chromium.org authored
It broke python automation on DevTools perf bot. This reverts commit 8a429d0f. BUG=none TBR=yurys@chromium.org, pfeldman@chromium.org Review URL: https://codereview.chromium.org/11190017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162322 0039d316-1c4b-4281-b951-d872f2087c98
-
binji@chromium.org authored
BUG=none TBR=binji@chromium.org NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11183023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162321 0039d316-1c4b-4281-b951-d872f2087c98
-
toyoshim@chromium.org authored
TBR=wtc@chromium.org BUG=136950 Review URL: https://codereview.chromium.org/11192028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162320 0039d316-1c4b-4281-b951-d872f2087c98
-
kochi@chromium.org authored
The link was unconditionally associated with browser restart on Chrome OS, which made users think the browser crashed. The action was intended for the case when auth error happened and needs relogin to refresh the authentication credentials when the message is "Sign out then sign in again". For the message "Please update your sync passphrase", don't restart the browser but just show the dialog to prompt sync passphrase. Instead of assigning a fixed handler for the element ($(sync-action-link)), change the action according to whether the message is caused by auth error or anything else. BUG=150740 TEST=repro the issue described in 150740, open chrome://settings and click on "Please update your sync passphrase" message. Review URL: https://codereview.chromium.org/11178004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162319 0039d316-1c4b-4281-b951-d872f2087c98
-
nduca@chromium.org authored
My last megachange to crc, I promise. - Rename replay_server to wpr_server because replay implied replaying mode - Move WebPageReplay to be more core to the Browser object, splitting up "boot up the browser in a replay or record mode" from "what archive is being used for record" state. - Make browser_backend track its options object - Centralize argument handling on browser_backend.GetBrowserStartupArgs() - Make temporary http server handling more browser-centric in order to simplify page runner - Move some credentials logistics to the browser credentials object, also to simplify page_runner - Add some testability hooks to credentials object for tests. Not used, yet, but used in followup patch. - Pull page out of page_set. Its getting bigger. - Fix cyclic dependency on browser_gone_exception R=tonyg@chromium.org NOTRY=True Review URL: https://codereview.chromium.org/11115006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162318 0039d316-1c4b-4281-b951-d872f2087c98
-
karen@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162313 0039d316-1c4b-4281-b951-d872f2087c98
-
dalecurtis@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162310 0039d316-1c4b-4281-b951-d872f2087c98
-
rsleevi@chromium.org authored
Rather than calling PK11_GetBestSlot, which requires enumerating all connected tokens, use PK11_GetInternalSlot, which explicitly uses the internal NSS key database. On Linux, this will ignore any user preferences regarding what tokens should be used for which mechanisms, but for internal/temporary operations, this is an acceptable tradeoff. BUG=chrome-os-partner:14707 Review URL: https://chromiumcodereview.appspot.com/11186004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162309 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
views::Label control first calculates the size of the text, and then tries to render the text in the exact size of rectangle. If < is used instead of <= in the patched line, the control flows to the BreakIterator mode, that sometimes computes a larger width value and causes truncation. BUG=155663 Review URL: https://codereview.chromium.org/11150013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162308 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
don't reference an element that doesn't exist. A button was removed in r160703, but it was still listed as an "associated control" for search, so that during search NULL was derefed. BUG=155364 Review URL: https://codereview.chromium.org/11193013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162307 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
I don't know what has caused the recent regression, but this fixes it. The position of the close button is not consistent between windows and mac, I chose to follow mac. BUG=none Review URL: https://codereview.chromium.org/11034002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162306 0039d316-1c4b-4281-b951-d872f2087c98
-
zhaoqin@google.com authored
TBR=bruening@chromium.org Review URL: https://codereview.chromium.org/11186015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162305 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=139258 Review URL: https://codereview.chromium.org/10920084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162304 0039d316-1c4b-4281-b951-d872f2087c98
-
nduca@chromium.org authored
BUG=154343 NOTRY=True Review URL: https://chromiumcodereview.appspot.com/11142035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162303 0039d316-1c4b-4281-b951-d872f2087c98
-