- 31 Jul, 2012 40 commits
-
-
jbauman@chromium.org authored
This may be causing some synchronization problems, so disable it for now to see if that fixes it. BUG=135546 TEST= Review URL: https://chromiumcodereview.appspot.com/10825066 TBR=jbauman@chromium.org Review URL: https://chromiumcodereview.appspot.com/10828100 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149271 0039d316-1c4b-4281-b951-d872f2087c98
-
dmurph@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10837009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149270 0039d316-1c4b-4281-b951-d872f2087c98
-
flackr@chromium.org authored
BUG=139369 TEST=None Review URL: https://chromiumcodereview.appspot.com/10839003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149269 0039d316-1c4b-4281-b951-d872f2087c98
-
vandebo@chromium.org authored
Broke the compile on CrOS. Looks like const-ness problem: net/socket/ssl_client_socket_nss.cc: In member function 'int net::SSLClientSocketNSS::DoVerifyCertComplete(int)': net/socket/ssl_client_socket_nss.cc:3458:error: no matching function for call to 'net::TransportSecurityState::DomainState::IsChainOfPublicKeysPermitted(std::vector<std::vector<net::HashValue, std::allocator<net::HashValue> >, std::allocator<std::vector<net::HashValue, std::allocator<net::HashValue> > > >&)' ./net/base/transport_security_state.h:94: note: candidates are: bool net::TransportSecurityState::DomainState::IsChainOfPublicKeysPermitted(const net::HashValueVector&) const The HTTP-based Public Key Pinning Internet Draft (tools.ietf.org/html/draft-ietf-websec-key-pinning) requires this. Per wtc, give the *Fingeprint* types more meaningful *HashValue* names. Cleaning up lint along the way. BUG=117914 TEST=net_unittests, unit_tests TransportSecurityPersisterTest Review URL: https://chromiumcodereview.appspot.com/10545166 TBR=palmer@chromium.org Review URL: https://chromiumcodereview.appspot.com/10827104 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149268 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149267 0039d316-1c4b-4281-b951-d872f2087c98
-
wjia@chromium.org authored
The DeviceMonitorLinux detects device change and sends the signal to SystemMonitor. This patch depends on http://codereview.chromium.org/10836004/ BUG=137799 Review URL: https://chromiumcodereview.appspot.com/10829073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149266 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149265 0039d316-1c4b-4281-b951-d872f2087c98
-
achuith@chromium.org authored
148013 introduced a regression where the promo text was not being set, because it referred to a deprecated promo pref. BUG=123061 TEST=manual. Review URL: https://chromiumcodereview.appspot.com/10825093 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149264 0039d316-1c4b-4281-b951-d872f2087c98
-
bradnelson@google.com authored
Add OWNERS files for some nacl components. BUG=None TEST=None R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10824097 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149263 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
R=hclam@chromium.org BUG=126483 and probably others NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10837008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149262 0039d316-1c4b-4281-b951-d872f2087c98
-
palmer@chromium.org authored
The HTTP-based Public Key Pinning Internet Draft (tools.ietf.org/html/draft-ietf-websec-key-pinning) requires this. Per wtc, give the *Fingeprint* types more meaningful *HashValue* names. Cleaning up lint along the way. BUG=117914 TEST=net_unittests, unit_tests TransportSecurityPersisterTest Review URL: https://chromiumcodereview.appspot.com/10545166 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149261 0039d316-1c4b-4281-b951-d872f2087c98
-
ivankr@chromium.org authored
*) PNG enconding removed from UserImage. *) chrome://userimage/ source understand @<scale> spec now. BUG=137929 Review URL: https://chromiumcodereview.appspot.com/10831064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149260 0039d316-1c4b-4281-b951-d872f2087c98
-
bshe@chromium.org authored
This Cl saves user selected wallpaper information to local state. (For new wallpaper manager only). BUG=118684 TEST= Review URL: https://chromiumcodereview.appspot.com/10815047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149259 0039d316-1c4b-4281-b951-d872f2087c98
-
navabi@google.com authored
BUG= Review URL: https://chromiumcodereview.appspot.com/10829091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149258 0039d316-1c4b-4281-b951-d872f2087c98
-
cpu@chromium.org authored
I've done some generalizing of the code and added the bits to show the new UI designs. Also fixed some bugs. Gone is the idea of 'compact' toast and now we just specify the flags we want. BUG=129499 TEST=see bug Review URL: https://chromiumcodereview.appspot.com/10821007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149257 0039d316-1c4b-4281-b951-d872f2087c98
-
simonmorris@chromium.org authored
A mac_valgrind suppression was added at r148972. Review URL: https://chromiumcodereview.appspot.com/10825092 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149256 0039d316-1c4b-4281-b951-d872f2087c98
-
jbauman@chromium.org authored
This adds a command-line flag to use an occlusion query instead of an event query to test if the blit is finished. A more permanent patch will be made if this seems to fix our grey triangle issues. BUG=135546 Review URL: https://chromiumcodereview.appspot.com/10837015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149255 0039d316-1c4b-4281-b951-d872f2087c98
-
ronghuawu@chromium.org authored
TEST=build Review URL: https://chromiumcodereview.appspot.com/10831092 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149254 0039d316-1c4b-4281-b951-d872f2087c98
-
ccameron@chromium.org authored
Track memory consumption for decoder-internal resources (backbuffer et al) in addition to external resources. Don't add tracing for each allocation because they're already being traced by TRACE_BACKBUFFER_MEMORY_TOTAL (which has slightly different semantics). BUG=131650 Review URL: https://chromiumcodereview.appspot.com/10829092 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149253 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10824044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149252 0039d316-1c4b-4281-b951-d872f2087c98
-
fischman@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10825108 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149251 0039d316-1c4b-4281-b951-d872f2087c98
-
bryeung@chromium.org authored
TEST=updated api test BUG=138725 Review URL: https://chromiumcodereview.appspot.com/10807087 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149250 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10810027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149249 0039d316-1c4b-4281-b951-d872f2087c98
-
zea@chromium.org authored
The functionality is behind the --sync-keystore-encryption flag, and the key is not currently consumed by anything, but this lays the groundwork for testing the server and client interaction. We request a key anytime we perform a GetUpdates while the cryptographer does not have a keystore key. But, it is considered an error to request a key and not receive one, putting us into a state of backoff. BUG=129665 TEST=sync_unit_tests, running against python server Review URL: https://chromiumcodereview.appspot.com/10455012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149248 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149247 0039d316-1c4b-4281-b951-d872f2087c98
-
rbyers@chromium.org authored
Addition of binary files done separately from main CL here in order to run try jobs and use the CQ: http://codereview.chromium.org/10701105/ TBR=brettw@chromium.org BUG=134046 Review URL: https://chromiumcodereview.appspot.com/10832088 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149245 0039d316-1c4b-4281-b951-d872f2087c98
-
stuartmorgan@chromium.org authored
This is essentially re-landing the reverted portion of https://chromiumcodereview.appspot.com/10704040 now that deps2git doesn't choke on None entries. BUG=None Review URL: https://chromiumcodereview.appspot.com/10828095 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149244 0039d316-1c4b-4281-b951-d872f2087c98
-
beaudoin@chromium.org authored
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10647003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149243 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
BUG=chromium-os:31897 TEST=Go into the manual enrollment screen by pressing Ctrl+Alt+E from the sign-in screen. Pressing Ctrl+Alt+E does NOT show a cancel dialog about auto enrollment. Review URL: https://chromiumcodereview.appspot.com/10823057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149242 0039d316-1c4b-4281-b951-d872f2087c98
-
gdk@chromium.org authored
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10835037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149240 0039d316-1c4b-4281-b951-d872f2087c98
-
simonmorris@chromium.org authored
BUG=108448 Review URL: https://chromiumcodereview.appspot.com/10837022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149238 0039d316-1c4b-4281-b951-d872f2087c98
-
hshi@chromium.org authored
Regression started by (http://crrev.com/148492). The FilePath.BaseName().value() is a local temp object and it is not safe to assign it to a const string reference. Use the display_name instead. BUG=139736 TEST=lumpy Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=149234 Landed as a separate CL: Add ChromeOS-specific OWNERS for extensions. Review URL: https://chromiumcodereview.appspot.com/10828086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149237 0039d316-1c4b-4281-b951-d872f2087c98
-
simonmorris@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10831089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149236 0039d316-1c4b-4281-b951-d872f2087c98
-
grv@chromium.org authored
The last reference to the class was deleted in https://chromiumcodereview.appspot.com/10539045 BUG=138614 Review URL: https://chromiumcodereview.appspot.com/10831058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149235 0039d316-1c4b-4281-b951-d872f2087c98
-
hshi@chromium.org authored
Regression started by (http://crrev.com/148492). The FilePath.BaseName().value() is a local temp object and it is not safe to assign it to a const string reference. Use the display_name instead. BUG=139736 TEST=lumpy Review URL: https://chromiumcodereview.appspot.com/10828086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149234 0039d316-1c4b-4281-b951-d872f2087c98
-
jln@chromium.org authored
Write whether or not the kernel supports seccomp BPF on stdout when running unit tests. Review URL: https://chromiumcodereview.appspot.com/10834075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149233 0039d316-1c4b-4281-b951-d872f2087c98
-
boliu@chromium.org authored
Used for android WebView.postUrl HasPostData in NavigationEntry is used to indicate to the renderer that the navigation is a http post request. The usage here is slightly overloaded. HasPostData is set when from the renderer side for a http post request. This change also uses it to indicate a browser initiated http post request from PostURL. is_post is added to ViewMsg_Navigate_Params. A BrowserInitiatedPostData field is added to NavigationEntry in order to pass the post data to the renderer. Similar field added to ViewMsg_Navigate_Params. This field is only used for temporarily storing and passing post data to the renderer. Since the post data is also saved in ContentState after loading the it is cleared when ContentState is set. BUG= TEST=New tests passed Review URL: https://chromiumcodereview.appspot.com/10829044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149232 0039d316-1c4b-4281-b951-d872f2087c98
-
rch@chromium.org authored
BUG=139700 Review URL: https://chromiumcodereview.appspot.com/10823084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149231 0039d316-1c4b-4281-b951-d872f2087c98
-
bartfab@chromium.org authored
The WebKit prefs were renamed in issue 123812. This CL fixes three references to WebKit prefs missed in that rename. BUG=139787 Review URL: https://chromiumcodereview.appspot.com/10826081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149230 0039d316-1c4b-4281-b951-d872f2087c98
-
ukai@chromium.org authored
FAILED: C:\Users\binji\dev\depot_tools\python_bin\python.exe gyp-win-tool link-wrapper environment.x86 link.exe /nologo /IMPLIB:_pyautolib.pyd.lib /DLL /OUT:_pyautolib.pyd /PDB:_pyautolib.pyd.pdb @_pyautolib.pyd.rsp LINK : fatal error LNK1104: cannot open file '../third_party/python_26/libs/python26.lib' It seems 'libraries' aren't fixed with gyp relative path, so changed it as tools/gyp/test/win/linker-flags/library-directories.gyp does. BUG=134540 TEST=win trybot and ninja -C out\Release _pyautolib.pyd Review URL: https://chromiumcodereview.appspot.com/10824100 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149229 0039d316-1c4b-4281-b951-d872f2087c98
-