- 30 Apr, 2012 20 commits
-
-
avi@chromium.org authored
BUG=none TEST=Linux builder goes green TBR Review URL: https://chromiumcodereview.appspot.com/10273009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134529 0039d316-1c4b-4281-b951-d872f2087c98
-
kevers@chromium.org authored
BUG=102482 TEST= Review URL: http://codereview.chromium.org/10222007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134528 0039d316-1c4b-4281-b951-d872f2087c98
-
mmocny@chromium.org authored
Revert 134480 - Revert 134428 - GpuMemoryManager suggests values for renderer Contents Texture Managers' preferred memory limit. ======================================== This broke mac browser tests with "Failed to initialize command buffer service." broken tests:AudioLayoutTest.AudioOnlyVideoIntrinsicSize and AudioLayoutTest.MediaDocumentAudioSize BUG=123382 TEST=Manual Review URL: http://codereview.chromium.org/10083056 TBR=mmocny@chromium.org ======================================== This CL was not likely to be the cause and I just ran mac browser_tests without any issues. Review URL: https://chromiumcodereview.appspot.com/10267002 TBR=nsylvain@chromium.org Review URL: https://chromiumcodereview.appspot.com/10274007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134527 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
BUG=125429 TEST=none R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10267005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134525 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
Reland 130578 - Enable cookies per default in net. Add an API to disable them by default, and do that in Chrome BUG=none TEST=existing tests shouldn't break Review URL: http://codereview.chromium.org/10178009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134524 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134523 0039d316-1c4b-4281-b951-d872f2087c98
-
pfeldman@chromium.org authored
TBR=vsevik Review URL: https://chromiumcodereview.appspot.com/10273007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134522 0039d316-1c4b-4281-b951-d872f2087c98
-
joi@chromium.org authored
(http://codereview.chromium.org/10115029). TBR=sail@chromium.org BUG=114311 Review URL: https://chromiumcodereview.appspot.com/10266007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134521 0039d316-1c4b-4281-b951-d872f2087c98
-
benchan@chromium.org authored
BUG=chromium:125536 TEST=Tested the following: 1. Run "unit_tests --gtest_filter='*GData*'" 2. Verify on a debug build that GetCacheStateOnUIThread no longer fails with a lock assertion. Review URL: http://codereview.chromium.org/10272006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134518 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
With this patch std::wstring was eradicated from cocoa/ directory. BUG=23581 R=thakis@chromium.org Review URL: http://codereview.chromium.org/10262005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134516 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
Review URL: http://codereview.chromium.org/10264006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134515 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
BUG=121424 Review URL: http://codereview.chromium.org/10177007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134513 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
documented for developers. BUG=120347 TEST=browser_tests --gtest_filter=*ExtensionSettings* Review URL: http://codereview.chromium.org/10266006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134512 0039d316-1c4b-4281-b951-d872f2087c98
-
mseaborn@chromium.org authored
List files in 'test_common_source_files' instead of listing them in both 'test_nacl_source_files' and 'test_trusted_source_files'. This makes it more obvious which tests are not yet enabled for NaCl. Note that test_memory.cc was listed twice in the NaCl section, and tests/test_mouse_cursor.h was missing from the trusted section. BUG=none TEST=trybots Review URL: https://chromiumcodereview.appspot.com/10257017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134510 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
The FunctionGroupBase stuff was intended to used for our manual RTTI for interfaces not associated with resources. However, we've been putting most of those interfaces on the PPB_Instance_API which allows us to skip a whole lot of routing, setup, and boilerplate code. This patch moves the two remaining classes deriving from FunctionGroupBase and moves them to special getters on the globals class. We'll keep these classes around and since there are only two, it seems to warrant the special case. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10168026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134509 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
http://build.chromium.org/p/chromium/builders/Linux%20x64/builds/28236/steps/compile/logs/stdio - Add unit_tests_run that (mostly) works for all of linux, OSX and Windows. The dependencies were retrieved with trace_inputs.py and merged with merge_isolate.py. Manual edits: - Added <(EXECUTABLE_SUFFIX) to two executables: unit_tests and xdisplaycheck. - Removed testserver.log and unit_tests.log. - Added copyright. - Removed *.db-journal files. R=rogerta@chromium.org BUG=98636 TEST= Review URL: http://codereview.chromium.org/9693023 TBR=maruel@chromium.org Review URL: https://chromiumcodereview.appspot.com/10270005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134508 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
The dependencies were retrieved with trace_inputs.py and merged with merge_isolate.py. Manual edits: - Added <(EXECUTABLE_SUFFIX) to two executables: unit_tests and xdisplaycheck. - Removed testserver.log and unit_tests.log. - Added copyright. - Removed *.db-journal files. R=rogerta@chromium.org BUG=98636 TEST= Review URL: http://codereview.chromium.org/9693023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134507 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
BUG=120596 TEST=browser_tests --gtest_filter=*ExtensionSettings* (new test) Review URL: http://codereview.chromium.org/10232004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134506 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
NO CODE CHANGE. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134504 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=23581 R=thakis@chromium.org Review URL: https://chromiumcodereview.appspot.com/10256013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134498 0039d316-1c4b-4281-b951-d872f2087c98
-
- 29 Apr, 2012 11 commits
-
-
tfarina@chromium.org authored
R=pkasting@chromium.org Review URL: https://chromiumcodereview.appspot.com/10253009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134497 0039d316-1c4b-4281-b951-d872f2087c98
-
gavinp@chromium.org authored
See http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml?showone=Function_Names#Function_Names Those hacker_style functions were not free like member access, so StudlyTheyMustBe. BUG=None Review URL: http://codereview.chromium.org/10270003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134496 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
The WebUI dialog was added at r97745, and removed at r122290. R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10254016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134494 0039d316-1c4b-4281-b951-d872f2087c98
-
yujie.mao@intel.com authored
BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/10206024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134493 0039d316-1c4b-4281-b951-d872f2087c98
-
loislo@chromium.org authored
DevTools wants to save very big files like HeapSnapshots. It is not possible at the moment because the file can be about ~6Gb. BUG=none TEST=FileUtilTest.AppendToFile Review URL: http://codereview.chromium.org/10263003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134492 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134489 0039d316-1c4b-4281-b951-d872f2087c98
-
achuith@chromium.org authored
BUG=80118 TEST=trybots happier. Review URL: http://codereview.chromium.org/10178035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134487 0039d316-1c4b-4281-b951-d872f2087c98
-
sreeram@chromium.org authored
http://crrev.com/134073 removed the check for prefs::kInstantEnabledOnce for some field trial modes. So it became possible for Instant to be explicitly enabled, and yet for IsHiddenExperiment() to return true (which would cause incorrect logic in InstantController::Update() and other places). Fix this by checking that prefs::kInstantEnabled is not set. BUG=none TEST=none Review URL: http://codereview.chromium.org/10254014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134486 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
Instead just fold it into the callers. This functions is just called twice, and there is no good reason to keep it around in window.h. Which we plan to get rid of. R=ben@chromium.org TBR=stevenjb@chromium.org Review URL: https://chromiumcodereview.appspot.com/10262002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134485 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134484 0039d316-1c4b-4281-b951-d872f2087c98
-
vissi@google.com authored
BUG=none TEST=nacl_integration Review URL: http://codereview.chromium.org/10170050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134483 0039d316-1c4b-4281-b951-d872f2087c98
-
- 28 Apr, 2012 9 commits
-
-
nsylvain@chromium.org authored
BUG=125273 TBR=jar Review URL: http://codereview.chromium.org/10260003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134482 0039d316-1c4b-4281-b951-d872f2087c98
-
serya@chromium.org authored
BUG=chromium-os:29684 TEST= Review URL: http://codereview.chromium.org/10178010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134481 0039d316-1c4b-4281-b951-d872f2087c98
-
nsylvain@chromium.org authored
Revert 134428 - GpuMemoryManager suggests values for renderer Contents Texture Managers' preferred memory limit. This broke mac browser tests with "Failed to initialize command buffer service." broken tests:AudioLayoutTest.AudioOnlyVideoIntrinsicSize and AudioLayoutTest.MediaDocumentAudioSize BUG=123382 TEST=Manual Review URL: http://codereview.chromium.org/10083056 TBR=mmocny@chromium.org Review URL: https://chromiumcodereview.appspot.com/10267002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134480 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134479 0039d316-1c4b-4281-b951-d872f2087c98
-
mseaborn@chromium.org authored
This pulls in the following Native Client changes: r8415: (robertm) Revert r8410 as it causes problems with pnacl's glibc toolchain build r8416: (bradchen) New fsincos instruction type for the x86-64 decoder. r8417: (robertm) Advertise the new "driver-install-translator" mode as part of the standard r8418: (jvoung) Bump llvm rev for: http://codereview.chromium.org/10151020/ r8419: (mseaborn) Remove the obsolete "common" directory r8420: (robertm) Fix one remaining use of common storage and turn on -fno-common again. r8421: (jvoung) Bump llvm rev for: r8422: (robertm) PNaCl TC: Turn on sanboxed gold linker for the static builds r8423: (dschuff) Add arm-hw buildbot mode to spec2k.py r8424: (bsy) Make the Windows flavor of NaClFastMutex be binary mutexes. r8425: (mseaborn) Remove no-op functions NaClSysCommonThreadSyscall{Enter,Leave}() r8426: (bbudge) Update Chrome revision in NaCl DEPS. r8428: (bbudge) Revert 8426 - Update Chrome revision in NaCl DEPS. r8430: (khim) added a test to check glibc socket functions wrappers r8431: (khim) ragel_validator: replace ugly "if (0)" hack with slightly less ugly macroses r8433: (khim) Shrink validator-x86_64.c by 30% r8434: (robertm) Turn off pic mode for dynamic images (PNaCl toolchain). r8435: (robertm) Roll pnacl_llvm_testsuite_rev to pull in some fixes for common storage r8436: (jvoung) Bump llvm rev again, for 0-len (non-)assertion: r8437: (jvoung) Shift transfersize perf expectations for several spec benchmarks after r8438: (robertm) Be more lenient in the pnacl driver and allow pic mode for static images r8439: (mseaborn) Unify browser/non-browser test executables used by inbrowser_test_runner r8440: (jvoung) Really update the perf expectations for x86-64 spec bot... Picked a bad r8441: (mseaborn) Update chrome_rev in DEPS (but not chromebinaries_rev) r8443: (mseaborn) Run random_test in the browser (via inbrowser_test_runner) r8444: (mseaborn) Split SelLdrLauncher into SelLdrLauncher{Standalone,Chrome} classes BUG=none TEST=nacl_integration Review URL: https://chromiumcodereview.appspot.com/10243018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134478 0039d316-1c4b-4281-b951-d872f2087c98
-
zvorygin@chromium.org authored
BUG=chromium-os:29969 TEST= Review URL: https://chromiumcodereview.appspot.com/10221035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134477 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
This function is defined but never called anywhere, so this patch removes it now. R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10252013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134476 0039d316-1c4b-4281-b951-d872f2087c98
-
kaznacheev@chromium.org authored
BUG=chromium-os:29875 TEST= Review URL: https://chromiumcodereview.appspot.com/10255024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134475 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
ExtensionManagementTest.AutoUpdateDisabledExtensions under AddressSanitizer BUG=103371,120640 TBR=yoz Review URL: http://codereview.chromium.org/10187024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134474 0039d316-1c4b-4281-b951-d872f2087c98
-