- 01 Aug, 2012 40 commits
-
-
nileshagrawal@chromium.org authored
BUG= Review URL: https://chromiumcodereview.appspot.com/10843029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149498 0039d316-1c4b-4281-b951-d872f2087c98
-
skuhne@chromium.org authored
BUG=135103, 135096, 135116 Review URL: https://chromiumcodereview.appspot.com/10826085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149497 0039d316-1c4b-4281-b951-d872f2087c98
-
dtrainor@chromium.org authored
Upstream CleanupReference.java and tie it into ContentViewCore.java and ContentSettings.java. BUG=http://crbug.com/138482 Review URL: https://chromiumcodereview.appspot.com/10846004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149496 0039d316-1c4b-4281-b951-d872f2087c98
-
kaiwang@chromium.org authored
1. Remove duplicated code from histogram.h/.cc, including validating related code and BucketRanges related. 2. Constness of BucketRanges from Histograms, to prevent accidentally modification and provide a simpler interface. 3. Add/move tests. Review URL: https://chromiumcodereview.appspot.com/10834011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149495 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149494 0039d316-1c4b-4281-b951-d872f2087c98
-
siggi@chromium.org authored
This breaks the official canary build PDB source updates. https://codereview.appspot.com/6454073/ R=siggi@chromium.org,chrisha@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/10826091 TBR=rogerm@chromium.org,dharani@google.com Review URL: https://chromiumcodereview.appspot.com/10824134 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149493 0039d316-1c4b-4281-b951-d872f2087c98
-
rch@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10821111 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149492 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149491 0039d316-1c4b-4281-b951-d872f2087c98
-
joi@chromium.org authored
This means, add the intended DEPS rules for a Browser Component (depend on nothing within chrome/browser outside the component except chrome/browser/api) and add a temporary owner for pure refactoring changes so that such changes can be done more quickly. Larger changes (that affect functionality or interfaces in non-refactoring ways) will still be sent to a proper OWNER. With the new DEPS, a presubmit check will warn developers that add new temporarily-allowed (the files designated with a "!" rule in the DEPS file). See http://www.chromium.org/developers/design-documents/browser-components BUG=140037 Review URL: https://chromiumcodereview.appspot.com/10825134 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149490 0039d316-1c4b-4281-b951-d872f2087c98
-
http://codereview.chromium.org/10825089/vandebo@chromium.org authored
This made the ChromiumOS bot blow up. make: *** No rule to make target `c/Release/obj.target/skia_opts/src/opts/SkBitmapProcState_matrixProcs_neon.o', needed by `c/Release/obj.tar http://build.chromium.org/p/chromium.chromiumos/builders/ChromiumOS%20%28daisy%29/builds/1703/steps/cbuildbot/logs/stdio roll skia to 4889 Review URL: https://chromiumcodereview.appspot.com/10827122 TBR=reed@google.com Review URL: https://chromiumcodereview.appspot.com/10843036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149489 0039d316-1c4b-4281-b951-d872f2087c98
-
newt@chromium.org authored
This adds an explicit "platform" option to repack_locales.py, so resources for one platform (e.g. Android) can be compiled on another (e.g. Linux). BUG=136951 Review URL: https://chromiumcodereview.appspot.com/10830085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149488 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149487 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149486 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=none TEST=none TBR=vandebo Review URL: https://chromiumcodereview.appspot.com/10830125 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149485 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
This change does three things: * Removes RefCoununted from the class. There's no visible reason for it to be. * Changes the constructor to only take one param, as the other two params can be derived from Browser. * Re-orders the methods in a logical way, and makes the implementation match the interface order. BUG=114373 TEST=No behavior changes. Review URL: https://chromiumcodereview.appspot.com/10825115 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149484 0039d316-1c4b-4281-b951-d872f2087c98
-
grt@chromium.org authored
NOTRY=true BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10831087 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149483 0039d316-1c4b-4281-b951-d872f2087c98
-
pauljensen@chromium.org authored
BUG=135203 TEST= Review URL: https://chromiumcodereview.appspot.com/10824115 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149482 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10825126 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149481 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149480 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
r1442 Allow <(CONFIGURATION_NAME) to be used in path for ninja. r1443 ninja windows: don't spam reg.exe calls if we can't find DirectX installation r1444 make unitests less fragile in the face of debug output changes. r1445 Fixing issues with path. r1446 ninja windows: unfork back to 'depfile' name rather than 'deplist' R=thakis@chromium.org Review URL: https://chromiumcodereview.appspot.com/10824127 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149479 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
BUG=none TEST=none TBR=apavlov Review URL: https://chromiumcodereview.appspot.com/10823126 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149478 0039d316-1c4b-4281-b951-d872f2087c98
-
ericu@google.com authored
All changes in perf_test.js are reorders--no actual code change. BUG=137764 TEST=self Review URL: https://chromiumcodereview.appspot.com/10828119 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149477 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10827111 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149476 0039d316-1c4b-4281-b951-d872f2087c98
-
alexeypa@chromium.org authored
- Specify access bits on the duplicated handle correctly. - Avoid touching an uninitialized buffer in case of an error. BUG=139841 TEST=RestrictedTokenTest.DenyOwnerSidCustom, RestrictedTokenTest.AddRestrictingSidCurrentUserCustom Review URL: https://chromiumcodereview.appspot.com/10844003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149475 0039d316-1c4b-4281-b951-d872f2087c98
-
sievers@chromium.org authored
BUG=136923 Review URL: https://chromiumcodereview.appspot.com/10821134 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149474 0039d316-1c4b-4281-b951-d872f2087c98
-
alecflett@chromium.org authored
R=jsbell@chromium.org,dgrogan@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/10826048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149473 0039d316-1c4b-4281-b951-d872f2087c98
-
groby@chromium.org authored
This is a re-upload of patch from issue 10790087, which got reverted for a memory leak in the tests. This CL fixes the test. R=mpcomplete@chromium.org,gbillock@chromium.org BUG=130432 TEST=CWSIntentsRegistryTest.LocalizeMatchingLocale:ExtensionL10nUtil.GetAllFallbackLocales:ExtensionL10nUtil.LoadMessageCatalogs* Review URL: https://chromiumcodereview.appspot.com/10828085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149472 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10831099 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149470 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149469 0039d316-1c4b-4281-b951-d872f2087c98
-
http://codereview.chromium.org/10825089/reed@google.com authored
roll skia to 4889 Review URL: https://chromiumcodereview.appspot.com/10827122 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149468 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=none TESt=none Review URL: https://chromiumcodereview.appspot.com/10825127 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149467 0039d316-1c4b-4281-b951-d872f2087c98
-
fsamuel@chromium.org authored
There are a couple of broken macros that will be used by the browser plugin. BUG=none TEST=compiles (+ local testing with browser plugin) Review URL: https://chromiumcodereview.appspot.com/10829084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149466 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=139138 TBR=tony Review URL: https://chromiumcodereview.appspot.com/10831108 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149465 0039d316-1c4b-4281-b951-d872f2087c98
-
dschuff@chromium.org authored
Primarily a merge of the streaming-related code into PnaclTranslationThread R=jvoung@chromium.org,sehr@chromium.org BUG=http://code.google.com/p/nativeclient/issues/detail?id=2195 TEST=nacl_integration Review URL: https://chromiumcodereview.appspot.com/10827109 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149464 0039d316-1c4b-4281-b951-d872f2087c98
-
xiaomings@google.com authored
BUG= TBR=jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/10834071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149463 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
This change reduces ~400 lines from gdata_file_system.cc BUG=130669 TEST=none; just move code around. should not change the behaviors TBR=ben@chromium.org for chrome_browser.gypi Review URL: https://chromiumcodereview.appspot.com/10829118 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149462 0039d316-1c4b-4281-b951-d872f2087c98
-
rch@chromium.org authored
BUG=139700 Review URL: https://chromiumcodereview.appspot.com/10832098 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149461 0039d316-1c4b-4281-b951-d872f2087c98
-
michaelbai@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10821061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149460 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
detaching. Without this the hwnd would remain parented so that if the widget containing the NativeViewHost was destroyed then the hwnd would get destroyed by virtue of being a child. Previously we had this logic in NativeTabContentsViewWin (lost in WebView refactoring), but it seems better to promote to NativeViewHostWin. BUG=132090 TEST=none R=ben@chromium.org,jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/10832011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149459 0039d316-1c4b-4281-b951-d872f2087c98
-
gbillock@chromium.org authored
R=aa@chromium.org BUG=128964 Review URL: https://chromiumcodereview.appspot.com/10821120 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149458 0039d316-1c4b-4281-b951-d872f2087c98
-