- 21 Jun, 2013 40 commits
-
-
antrim@chromium.org authored
BUG=179669 R=ygorshenin@chromium.org TBR=derat@chromium.org notry=TRUE Review URL: https://chromiumcodereview.appspot.com/17494004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207849 0039d316-1c4b-4281-b951-d872f2087c98
-
hajimehoshi@chromium.org authored
This CL separates the function to fetch the Translate script from TranslateManager. TEST=browser_tests, unit_tests Review URL: https://chromiumcodereview.appspot.com/17390018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207848 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
There should be no behavior change. It's just moving code out of RequestRegistry. BUG=164098 Review URL: https://chromiumcodereview.appspot.com/17379020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207847 0039d316-1c4b-4281-b951-d872f2087c98
-
miguelg@chromium.org authored
BUG=244790 Review URL: https://chromiumcodereview.appspot.com/17368005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207846 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
BUG=None TEST=Ran image_decoding_measurement on linux NOTRY=True TBR=tengs@chromium.org Review URL: https://chromiumcodereview.appspot.com/17413018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207845 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
BUG=174296 R=dbeam@chromium.org Review URL: https://chromiumcodereview.appspot.com/17314013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207842 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
Add ResourceMetadataStorage::opened_existing_db() to trigger cache file scan at appropriate timing. BUG=234487 TEST=unit_tests Review URL: https://chromiumcodereview.appspot.com/17249004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207841 0039d316-1c4b-4281-b951-d872f2087c98
-
wez@chromium.org authored
This CL makes Chrome-side changes necessary for tracking of NPObject ownership to out-of-process NPAPI plugin instances. Ownership information is now included whenever an NPObject is marshalled across IPC, to be passed when instantiating NPObjectProxy instances for objects. In the plugin process each NPObject is tracked to its owning plugin instance, and browser-owned objects are tracked to a dummy NPP identifier. This depends upon crrev.com/17220002 and is a prerequisite for crrev.com/17208003. BUG=152006 Review URL: https://chromiumcodereview.appspot.com/17208003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207840 0039d316-1c4b-4281-b951-d872f2087c98
-
teravest@chromium.org authored
The behavior in the PNaCl shim layer is the same if there's a struct for an interface with no wrapper or no struct at all. This change removes structs where no wrapping is necessary. BUG=251460 Review URL: https://chromiumcodereview.appspot.com/17153012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207839 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
To chrome/browser/DEPS and content/browser/DEPS to prevent more third_party/WebKit includes. R=jamesr@chromium.org, sky@chromium.org BUG=237267 Review URL: https://codereview.chromium.org/17261033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207838 0039d316-1c4b-4281-b951-d872f2087c98
-
gcasto@chromium.org authored
BUG= Review URL: https://chromiumcodereview.appspot.com/17198010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207837 0039d316-1c4b-4281-b951-d872f2087c98
-
tzik@chromium.org authored
* Add support for file content upload, * Fill MD5 on contents update. Review URL: https://chromiumcodereview.appspot.com/17140009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207836 0039d316-1c4b-4281-b951-d872f2087c98
-
mnissler@chromium.org authored
This allows enterprise-managed Kiosk Apps to mint OAuth2 access tokens for the device-level robot account via the identity extension API. BUG=chromium:224594 Review URL: https://chromiumcodereview.appspot.com/17009016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207835 0039d316-1c4b-4281-b951-d872f2087c98
-
stevet@chromium.org authored
This also changes the layout of some keys to bring the keyboard closer to the v1 spec. BUG=248525,248226 Review URL: https://chromiumcodereview.appspot.com/16959020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207834 0039d316-1c4b-4281-b951-d872f2087c98
-
vasilii@chromium.org authored
Fixed Profile Reset unit tests. BUG=235037 Review URL: https://chromiumcodereview.appspot.com/17274006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207833 0039d316-1c4b-4281-b951-d872f2087c98
-
jackhou@chromium.org authored
This adds a boolean (kAppShortcutsEnabled) to user prefs. At startup, ShortcutManager checks the pref and sets the current value. On a transition from false to true, ShortcutManager iterates over all apps and creates shortcuts as if the app is being installed. BUG=249189 TEST=Delete app shortcuts from the OS applications folder. Start Chrome, the shortcuts should be created. Delete the shortcuts again. Restart Chrome, the shortcuts are not created a second time. Review URL: https://chromiumcodereview.appspot.com/17261016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207832 0039d316-1c4b-4281-b951-d872f2087c98
-
akuegel@chromium.org authored
BUG=241377 TBR=pkotwicz@chromium.org Review URL: https://chromiumcodereview.appspot.com/17176014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207831 0039d316-1c4b-4281-b951-d872f2087c98
-
meacer@chromium.org authored
This fix adds a check for |plugin| permission while syncing NPAPI plugins. BUG=252034 Review URL: https://chromiumcodereview.appspot.com/16816024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207830 0039d316-1c4b-4281-b951-d872f2087c98
-
bruening@google.com authored
BUG=252425 R=cpu@chromium.org TEST=Dr. Memory no longer reports the mismatch Review URL: https://codereview.chromium.org/16983011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207829 0039d316-1c4b-4281-b951-d872f2087c98
-
bcwhite@chromium.org authored
BUG=247212 Review URL: https://chromiumcodereview.appspot.com/17167006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207827 0039d316-1c4b-4281-b951-d872f2087c98
-
mostynb@opera.com authored
Previously, it was not possible to produce unofficial builds without DCHECKS and DLOGS. Review URL: https://chromiumcodereview.appspot.com/17165003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207826 0039d316-1c4b-4281-b951-d872f2087c98
-
nasko@chromium.org authored
This is continuation of the original CL (https://codereview.chromium.org/16223006/), which didn't account for Blink tests using WebTestProxy. BUG=245126 Review URL: https://chromiumcodereview.appspot.com/17114006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207825 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
BUG=251116 Review URL: https://chromiumcodereview.appspot.com/17101020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207824 0039d316-1c4b-4281-b951-d872f2087c98
-
dmichael@chromium.org authored
Unit tests fail on Mac Dbg with this patch: http://build.chromium.org/p/chromium.mac/buildstatus?builder=Mac%2010.6%20Tests%20%28dbg%29%284%29&number=29470 and http://build.chromium.org/p/chromium.mac/buildstatus?builder=Mac%2010.7%20Tests%20%28dbg%29%284%29&number=12750 > Differential updates for components. We are adding support for delivering delta updates for Chrome components. Initial platform support for the patcher is Windows only. The update response includes both the full update and, if available, the differential update. The differential update is tried first, then the full update, if needed. > > BUG=245318 > > Review URL: https://chromiumcodereview.appspot.com/15908002 TBR=sorin@chromium.org Review URL: https://codereview.chromium.org/17551004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207823 0039d316-1c4b-4281-b951-d872f2087c98
-
varunjain@chromium.org authored
> Turn on touch drag and drop and touch editing by default on chromeos. > > BUG=168162 > > Review URL: https://chromiumcodereview.appspot.com/16268020 TBR=varunjain@chromium.org,sky@chromium.org Review URL: https://codereview.chromium.org/17068008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207820 0039d316-1c4b-4281-b951-d872f2087c98
-
ddorwin@chromium.org authored
Also, adds #endif comments to make the tests more readable. Review URL: https://chromiumcodereview.appspot.com/17198011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207817 0039d316-1c4b-4281-b951-d872f2087c98
-
hajimehoshi@chromium.org authored
When the flag --enable-translate-settings is on, the user can configure which language should be translated. When so, even though the page is written in the user's locale language, the infobar should appear. TEST=unit_tests Review URL: https://chromiumcodereview.appspot.com/17157015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207816 0039d316-1c4b-4281-b951-d872f2087c98
-
qinmin@chromium.org authored
BUG=163552 Review URL: https://chromiumcodereview.appspot.com/17101027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207815 0039d316-1c4b-4281-b951-d872f2087c98
-
solb@chromium.org authored
This element caused an assertion failure in libjingle at xmpp/xmppengineimpl.cc:367 when used from the client-side code. Review URL: https://chromiumcodereview.appspot.com/16975019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207814 0039d316-1c4b-4281-b951-d872f2087c98
-
gavinp@chromium.org authored
The crash on startup in the referenced bug is very bad in part because the corrupt index which caused it is left on disk, so all startups until user data is cleared will crash. For maximum safety, we should unlink the index file ASAP after finding it is corrupt. R=rdsmith@chromium.org BUG=251465 Review URL: https://codereview.chromium.org/17265007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207813 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
BUG=51644 TEST=none R=estade@chromium.org Review URL: https://chromiumcodereview.appspot.com/17052008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207812 0039d316-1c4b-4281-b951-d872f2087c98
-
yhirano@chromium.org authored
Revert a workaround commit r20158 for a Use-After-Free issue (http://crbug.com/244746) because a cleaner CL r207218 is landed. URLRequestContext does not inherit SupportsWeakPtr now. R=mmenke BUG=244746 Review URL: https://chromiumcodereview.appspot.com/16870008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207811 0039d316-1c4b-4281-b951-d872f2087c98
-
ronghuawu@chromium.org authored
BUG=133742 Review URL: https://chromiumcodereview.appspot.com/16516003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207810 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
* Remove Solo card support, as Solo cards have been decommissioned permanently since March 31, 2011. * Update the BIN range for DiscoverCard to include 644-649. * Correct the BIN ranges for Diner's Club and JCB cards. * Add test coverage BUG=246497 TEST=CreditCardTest.GetCreditCardType R=estade@chromium.org TBR=joi@chromium.org Review URL: https://chromiumcodereview.appspot.com/16254010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207809 0039d316-1c4b-4281-b951-d872f2087c98
-
Hokein.Wu@gmail.com authored
BUG=None Review URL: https://chromiumcodereview.appspot.com/16472007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207808 0039d316-1c4b-4281-b951-d872f2087c98
-
honghaiz@chromium.org authored
When adding response to the cache, it removes "http://", but when getting response from the cache, it does not. As a result, no content is fetched out from the cache even for urls in the cache. BUG= Review URL: https://chromiumcodereview.appspot.com/16354006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207807 0039d316-1c4b-4281-b951-d872f2087c98
-
yael.aharon@intel.com authored
This is part of an effort to componentize NaCl code. BUG=244791 Review URL: https://chromiumcodereview.appspot.com/16154005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207806 0039d316-1c4b-4281-b951-d872f2087c98
-
sorin@chromium.org authored
Differential updates for components. We are adding support for delivering delta updates for Chrome components. Initial platform support for the patcher is Windows only. The update response includes both the full update and, if available, the differential update. The differential update is tried first, then the full update, if needed. BUG=245318 Review URL: https://chromiumcodereview.appspot.com/15908002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207805 0039d316-1c4b-4281-b951-d872f2087c98
-
zvorygin@google.com authored
> bookmarks: Convert "Remove" link into a LabelButton. > > This also tweaked all the paddings/spacings all around to make the bubble really closer to the mocks. > > BUG=231694 > TEST=ctrl+D or press the star button in the omnibox, observe the Bookmark Bubble, > there should be a "Remove" Button in the left side of "Edit.." button. > R=msw@chromium.org, sky@chromium.org > > Review URL: https://codereview.chromium.org/16279002 TBR=tfarina@chromium.org Review URL: https://codereview.chromium.org/17413014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207804 0039d316-1c4b-4281-b951-d872f2087c98
-
mmenke@chromium.org authored
The URL was incorrectly wrapped in LTR / RTL formatting characters. BUG=249497 Review URL: https://chromiumcodereview.appspot.com/17151013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207803 0039d316-1c4b-4281-b951-d872f2087c98
-