- 31 Jul, 2012 40 commits
-
-
cduvall@chromium.org authored
This change splits devtools_api.json into a separate file per namespace so that JSON schema compiler can parse it. Without that, HandlebarDictGenerator can't access the API, and the docs server can't render it BUG=131095 Review URL: https://chromiumcodereview.appspot.com/10797039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149291 0039d316-1c4b-4281-b951-d872f2087c98
-
rbyers@chromium.org authored
Move webkit_resource.grd to be in the same directory as all the resources. This is consistent with what we do elsewhere, and avoids a limitation of the new grit support for chrome_scaled_image (it expects 'context' to be a specific form). Move all the current images into a default_100_percent sub-directory. Images were added to their new location separately (due to try/cq limitations on binary files) here: http://src.chromium.org/viewvc/chrome?view=rev&revision=148389 Add support for the 2x text area resize corner image. Note that I didn't make the .cur files support multiple resolutions because .cur files themselves can contain multiple resolutions, and when we support high-DPI on windows (the only place these are used), we'll probably want to use multi-resolution .cur files so that the cursor seamlessly changes when moving between different density screens. Also fixes the addition of 'hand' cursors to be windows specific (as all the other cursors are now). TBR=sky@chromium.org BUG=134046 TEST= Review URL: https://chromiumcodereview.appspot.com/10701105 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149290 0039d316-1c4b-4281-b951-d872f2087c98
-
smckay@chromium.org authored
BUG=137907 Review URL: https://chromiumcodereview.appspot.com/10834076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149289 0039d316-1c4b-4281-b951-d872f2087c98
-
lambroslambrou@chromium.org authored
This is so that the system startup files in /etc/X11/Xsession.d/ are sourced before running the chosen session. BUG=139846 Review URL: https://chromiumcodereview.appspot.com/10843011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149288 0039d316-1c4b-4281-b951-d872f2087c98
-
alokp@chromium.org authored
Expose a gpu-benchmark-only printToSkPicture API to JS. This function records the page to an SkPicture, and dumps the resulting picture to a local file. BUG=130422 Review URL: https://chromiumcodereview.appspot.com/10787025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149287 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
* Lets -Wunused-private-field find more stuff * Fixes an ASan problem on precise * Improves the plugin's handling of inner classes (off by default, can be enabled with |-Xclang -plugin-arg-find-bad-constructs -Xclang check-inner-classes|) * Makes addr2line much faster on linux BUG=139346 TBR=mark for base (the change was reviewed as part of https://chromiumcodereview.appspot.com/10833055/) Review URL: https://chromiumcodereview.appspot.com/10825104 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149286 0039d316-1c4b-4281-b951-d872f2087c98
-
cduvall@chromium.org authored
We now have a small preview server that can be run without App Engine. I also made some fixes to the integration tests. BUG=131095 Review URL: https://chromiumcodereview.appspot.com/10823105 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149285 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10823113 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149284 0039d316-1c4b-4281-b951-d872f2087c98
-
gspencer@chromium.org authored
when they fail to show up in the wifi scan (they're hidden, so they aren't expected to show up). BUG=chromium:137273 TEST=Ran on device, tested connection to hidden network multiple times with no failure. Review URL: https://chromiumcodereview.appspot.com/10849003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149283 0039d316-1c4b-4281-b951-d872f2087c98
-
navabi@google.com authored
BUG= Review URL: https://chromiumcodereview.appspot.com/10823107 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149280 0039d316-1c4b-4281-b951-d872f2087c98
-
tommi@chromium.org authored
Add support for device removal/arrival detection with device type. For now this allows us to detect when audio and video capture devices are connected/disconnected. TEST=Try connecting and disconnecting USB audio/video devices. You should see notifications in the log about those operations being detected. BUG=137799 Review URL: https://chromiumcodereview.appspot.com/10824086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149279 0039d316-1c4b-4281-b951-d872f2087c98
-
gdk@chromium.org authored
The USB control transfer function assumed that a user would appropriately size their buffer in order to be able to contain the control transfer header. This has proved to be unnecessary, and this patch reallocates the transfer buffer with enough room for the control transfer setup. BUG=136812 TEST=none Review URL: https://chromiumcodereview.appspot.com/10823081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149278 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
We'll need to get rid of them, but for now, just make them private. BUG=137725 TEST=none Review URL: https://chromiumcodereview.appspot.com/10834093 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149277 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=139849 TEST=none Review URL: https://chromiumcodereview.appspot.com/10846003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149276 0039d316-1c4b-4281-b951-d872f2087c98
-
zmo@chromium.org authored
Note that this CL does not hook the blacklist with the disabling of the feature. Will do that in another CL. BUG=139683 TEST=unit_tests TBR=jam Review URL: https://chromiumcodereview.appspot.com/10831081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149275 0039d316-1c4b-4281-b951-d872f2087c98
-
acolwell@chromium.org authored
BUG=139455 Review URL: https://chromiumcodereview.appspot.com/10832087 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149274 0039d316-1c4b-4281-b951-d872f2087c98
-
alexeypa@chromium.org authored
Introducing remoting::Stoppable helper base class implementing asynchronous shutdown on a specific thread. Review URL: https://chromiumcodereview.appspot.com/10796099 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149273 0039d316-1c4b-4281-b951-d872f2087c98
-
vandebo@chromium.org authored
Using a good name requires some refactoring in the registry which I'll do in subsequent CLs. BUG=NONE TEST=NONE Review URL: https://chromiumcodereview.appspot.com/10827057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149272 0039d316-1c4b-4281-b951-d872f2087c98
-
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
-