- 01 Aug, 2012 40 commits
-
-
viettrungluu@chromium.org authored
(In particular, for Pepper Flash.) The intent is to try this out on Canary for M21, merge it to M21 if it looks good, and then revert this change. BUG=139953 TBR=cpu,brettw Review URL: https://chromiumcodereview.appspot.com/10828124 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149508 0039d316-1c4b-4281-b951-d872f2087c98
-
bulach@chromium.org authored
Following https://chromiumcodereview.appspot.com/10832097 The step title shouldn't contain / as it confused buildbot. BUG=139365 TEST=Multiple steps on the FYI android tester. Review URL: https://chromiumcodereview.appspot.com/10827121 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149507 0039d316-1c4b-4281-b951-d872f2087c98
-
rch@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10828118 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149506 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
BUG=120950 Review URL: https://chromiumcodereview.appspot.com/10825124 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149504 0039d316-1c4b-4281-b951-d872f2087c98
-
msw@chromium.org authored
Add gfx::DirectionalityMode enum. Add RenderText::SetDirectionalityMode and member. Revise/consolidate RenderText::GetTextDirection. Expand on existing unit tests; minor cleanup. Consume GetTextDirection in layout initialization: -Windows: RenderTextWin::ItemizeLogicalText() -Linux: SetupPangoLayoutWithoutFont() -Mac: Add TODO in RenderTextMac::EnsureLayout() BUG=134746 TEST=Existing/updated unit tests, no behavioral changes! Review URL: https://chromiumcodereview.appspot.com/10807082 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149503 0039d316-1c4b-4281-b951-d872f2087c98
-
jennyz@google.com authored
Check in 2x slider bar resources, also slightly adjust 1x resource files for slider_thumb.png and slider_thumb_disabled.png. BUG=140077 TBR=sky,oshima Review URL: https://chromiumcodereview.appspot.com/10824133 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149500 0039d316-1c4b-4281-b951-d872f2087c98
-
strobe@google.com authored
Adding support for retaining the 'moof' atom (revision 148982) broke an assumption in ReadMDATsUntil(). This removes the assumption, consolidates logic, and adds a comment and a test. BUG= TEST=MP4StreamParserTest, manual tests Review URL: https://chromiumcodereview.appspot.com/10834101 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149499 0039d316-1c4b-4281-b951-d872f2087c98
-
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
-