- 12 Aug, 2013 40 commits
-
-
DHNishi@gmail.com authored
Provides the ability to generate error messages within schema-compiled code for ease of debugging. Error messages may be disabled by adding a 'generate_error_messages' property to json schema, e.g. "generate_error_messages": false Error generation mostly written by Aaron Jacobs (https://codereview.chromium.org/16462004/). BUG=234834 Review URL: https://chromiumcodereview.appspot.com/22228002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217118 0039d316-1c4b-4281-b951-d872f2087c98
-
sugoi@chromium.org authored
BUG=164084 Review URL: https://chromiumcodereview.appspot.com/21271002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217117 0039d316-1c4b-4281-b951-d872f2087c98
-
gab@chromium.org authored
BUG=None Review URL: https://chromiumcodereview.appspot.com/22867002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217116 0039d316-1c4b-4281-b951-d872f2087c98
-
juanlang@google.com authored
BUG=270192 Review URL: https://chromiumcodereview.appspot.com/22702003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217115 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
When we don't switch the process, the renderer takes care of updating the policy. However, when we switch the process, the redirect is handled in the browser, and we need to update the policy there. BUG=262860 R=simonjam@chromium.org Review URL: https://chromiumcodereview.appspot.com/22904002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217113 0039d316-1c4b-4281-b951-d872f2087c98
-
elijahtaylor@chromium.org authored
Add another extension to the whitelist for Shared Modules on stable and supporting Pepper interfaces BUG=234789 Review URL: https://chromiumcodereview.appspot.com/22407017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217112 0039d316-1c4b-4281-b951-d872f2087c98
-
merlin@google.com authored
Highlights: - packages now have version numbers, some are listed more than once with different version numbers and different licenses. - many missing licenses and mis-handling of AND/OR licensing cases are fixed. - latin1 is converted UTF-8 in a few licenses. - common stock licenses are now only listed once at the end. The resulting file is now almost 5 times smaller than it would otherwise be with the new licenses it was missing until now. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217111 0039d316-1c4b-4281-b951-d872f2087c98
-
dgozman@chromium.org authored
BUG=270055 Review URL: https://chromiumcodereview.appspot.com/22630011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217110 0039d316-1c4b-4281-b951-d872f2087c98
-
sail@chromium.org authored
This CL changes how omnibox popup results are truncated. Previously content text would be truncated at 70% which might leave empty space if the description was short. I've made the following changes to the truncation code: - move the truncation logic to the button cell - have the content text fill up unused space when truncating - use a fade effect to truncate instead of ellipses BUG=9977, 252988 Review URL: https://chromiumcodereview.appspot.com/17774002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217109 0039d316-1c4b-4281-b951-d872f2087c98
-
jiayl@chromium.org authored
Fixes a leak of WebRTCIdentityRequestHandle when WebRTCIdentityStoreBackend::FindIdentity returns false. BUG= Review URL: https://chromiumcodereview.appspot.com/22888002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217108 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
This ensures that both sides' flow control states stay in sync even if one side resets a stream. BUG=269873 R=rch@chromium.org Review URL: https://codereview.chromium.org/22610006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217107 0039d316-1c4b-4281-b951-d872f2087c98
-
sehr@chromium.org authored
BUG=none R=bbudge@chromium.org, bradnelson@chromium.org, bradnelson@google.com, darin@chromium.org, jhawkins@chromium.org, jvoung@chromium.org Review URL: https://codereview.chromium.org/22839005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217106 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217105 0039d316-1c4b-4281-b951-d872f2087c98
-
kbr@chromium.org authored
BUG=112928,269028 TBR=zmo@chromium.org Review URL: https://codereview.chromium.org/22964002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217104 0039d316-1c4b-4281-b951-d872f2087c98
-
jbroman@chromium.org authored
kInvalidPlatformFileValue is the invalid platform file handle. BUG=271533 Review URL: https://chromiumcodereview.appspot.com/22841004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217103 0039d316-1c4b-4281-b951-d872f2087c98
-
davemoore@chromium.org authored
BUG=271005 TEST=Added checks in existing tests R=rjkroege@chromium.org Review URL: https://codereview.chromium.org/22354005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217102 0039d316-1c4b-4281-b951-d872f2087c98
-
wtc@chromium.org authored
INVALID_SOCKET for failure. R=rsleevi@chromium.org BUG=271530 TEST=none Review URL: https://chromiumcodereview.appspot.com/22824005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217101 0039d316-1c4b-4281-b951-d872f2087c98
-
tony@chromium.org authored
Add the command line flag --enable-overlay-scrollbars to enable overlay scrollbars in Aura and Linux. BUG=None Review URL: https://chromiumcodereview.appspot.com/22422010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217100 0039d316-1c4b-4281-b951-d872f2087c98
-
ygorshenin@chromium.org authored
Added stub portalled wifi network for testing captive portal UI on the ChromeOS build. To use it one's need run chrome with the folliwing switches: --disable-stub-ethernet --use-new-network-connection-handler --default-stub-network-state-idle --enable-stub-portalled-wifi BUG=246391 TEST=manual tests on Lumpy Review URL: https://chromiumcodereview.appspot.com/22364005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217099 0039d316-1c4b-4281-b951-d872f2087c98
-
hshi@chromium.org authored
In GetDriveEntryPropertiesFunction::OnGetFileInfo(), we should not return failure when no default task is associated with a particular MIME type. Instead we should still append all apps that support the file type. BUG=271570 TEST=manually on device, pass trybot R=satorux@chromium.org, tbarzic@chromium.org Review URL: https://codereview.chromium.org/22931003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217098 0039d316-1c4b-4281-b951-d872f2087c98
-
dzhioev@chromium.org authored
BUG=264497 TEST=manually TBR=dbeam Review URL: https://chromiumcodereview.appspot.com/22840004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217096 0039d316-1c4b-4281-b951-d872f2087c98
-
pneubeck@chromium.org authored
Since the addition of CA certificate PEMs, the test of the Shill to ONC translation of OpenVPN networks logged an error. This commit fixes this error and adds another test of the Shill to ONC translation of WiFi with EAP. BUG=NONE Review URL: https://chromiumcodereview.appspot.com/22837002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217095 0039d316-1c4b-4281-b951-d872f2087c98
-
mpcomplete@chromium.org authored
and disabled state and whether the extension updates from the webstore). BUG=268666 Review URL: https://chromiumcodereview.appspot.com/22390005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217094 0039d316-1c4b-4281-b951-d872f2087c98
-
huangs@chromium.org authored
We wish to enable allow better selectivity in ShellUtil::RemoveShortcuts() and ShellUtil::UpdateShortcuts() to decide on which shortcuts to operate on. In this CL: - BatchShortcutAction() is given a (newly defined) FileFilterCallback predicate that decides whether or not a given shortcut should be operated on. - Currently this is only created by (newly defined) class FilterTargetEq. - Also renamed FileOperationCallback to ShortcutOperationCallback. - This is a refactoring CL, so we retain the old behavior: BatchShortcutAction() only considers shortcuts that have with a specific target. BUG=235857 Review URL: https://chromiumcodereview.appspot.com/22607006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217092 0039d316-1c4b-4281-b951-d872f2087c98
-
yukishiino@chromium.org authored
This CL is almost the same as http://crrev.com/17573006, which was reverted because of a unit test breakage. BUG=245578 TEST=Test manually. Review URL: https://chromiumcodereview.appspot.com/22534003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217091 0039d316-1c4b-4281-b951-d872f2087c98
-
nyquist@chromium.org authored
There is currently a race condition on updating the sync footer visibility on the welcome page. If the web page is created after the initial sync footer visibility state is sent, it is never sent again. This CL ensures that on startup, the state will always be correct. BUG=267352 Review URL: https://chromiumcodereview.appspot.com/22375004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217090 0039d316-1c4b-4281-b951-d872f2087c98
-
weitaosu@chromium.org authored
Adding the "Authenticate" step to the "MANUAL_Auth" test case. Also added the username and password command line options. BUG=134210 Review URL: https://chromiumcodereview.appspot.com/22274016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217089 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217088 0039d316-1c4b-4281-b951-d872f2087c98
-
tdanderson@google.com authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=155929:155942&mode=html TBR=tdanderson@chromium.org BUG= Review URL: https://codereview.chromium.org/22916004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217087 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
./build/sanitize-png-files.sh -o2 chrome/app/theme/chromium Processed 3 files (out of 15 files) in 00:08:53s Result : 10359 => 10322 bytes (37 bytes : 0 %) BUG=271299 TBR=msw@chromium.org Review URL: https://codereview.chromium.org/22951002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217086 0039d316-1c4b-4281-b951-d872f2087c98
-
jbroman@chromium.org authored
As described in http://www.viva64.com/en/b/0205/. BUG=271533 Review URL: https://chromiumcodereview.appspot.com/22886002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217085 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
Some of the chrome/browser/policy code will be moved to a new layered component. This change prepares the ConfigurationPolicyPrefStore class for the move, by removing its dependency on g_browser_process and BrowserThread. BUG=271392 Review URL: https://chromiumcodereview.appspot.com/22812002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217084 0039d316-1c4b-4281-b951-d872f2087c98
-
rsleevi@chromium.org authored
BUG=270735 R=wtc Review URL: https://chromiumcodereview.appspot.com/22758002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217083 0039d316-1c4b-4281-b951-d872f2087c98
-
bauerb@chromium.org authored
BUG=269006 Review URL: https://chromiumcodereview.appspot.com/22751002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217082 0039d316-1c4b-4281-b951-d872f2087c98
-
jered@chromium.org authored
There is no longer an Instant overlay that needs controlling, so we can remove InstantOverlayController. Mac's view code is warped around the existence of an overlay, so cut out as much of the dead Instant code as possible without removing OverlayableContentsController; I'm not a Cocoa expert and don't know the best way to do that. BUG=251262 TEST=None. TBR=erg@chromium.org, rsesek@chromium.org, samarth@chromium.org Review URL: https://codereview.chromium.org/22694002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217079 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
$./build/sanitize-png-files.sh -o2 remoting/resources Processed 1 files (out of 6 files) in 00:00:50s Result : 3436 => 691 bytes (2745 bytes : 79 %) BUG=271299 TBR=garykac@chromium.org Review URL: https://codereview.chromium.org/22907003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217078 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
Change rAc suggestion text to return two string values, one which is preferred (but may not fit horizontally) and one which is a fallback (which has a better chance to fit horizontally). BUG=264973 Review URL: https://chromiumcodereview.appspot.com/21724002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217076 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
chromebox died after completion, and lost the result. Sorry. BUG=271299 TBR=msw@chromium.org Review URL: https://codereview.chromium.org/22896004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217074 0039d316-1c4b-4281-b951-d872f2087c98
-
pfeldman@chromium.org authored
BUG=242299 Review URL: https://chromiumcodereview.appspot.com/21777003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217073 0039d316-1c4b-4281-b951-d872f2087c98
-
gkanwar@chromium.org authored
Monkey test has its own timeout which varies by the number of events, so pass None for the test_dispatcher timeout. NOTRY=True BUG= Review URL: https://chromiumcodereview.appspot.com/22939002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217072 0039d316-1c4b-4281-b951-d872f2087c98
-