| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This pulls in the following changes:
------------------------------------------------------------------------
r275836 | agl@chromium.org | 2014-06-09 10:49:19 -0700 (Mon, 09 Jun 2014) | 31 lines
Pull in more changes from OpenSSL 1.0.1h.
This change includes the following changes from OpenSSL:
a07856a08d7e8d76273e5d05099914aa335da143
"Delays the queue insertion until after the ssl3_setup_buffers() call due to use-after-free bug. PR#3362"
725c5f1ad393a7bc344348d0ec7c268aaf2700a7
"Fix use after free."
(Not a problem unless read-ahead is used, which it is not in Chrome)
bcc311668ede6ffdcd6dc5a65454a548b5404fcc
"Free up s->d1->buffered_app_data.q properly. PR#3286"
b107586c0c3447ea22dba8698ebbcd81bb29d48c
"Fixed NULL pointer dereference. See PR#3321"
d0666f289ac013094bbbf547bfbcd616199b7d2d
"evp: prevent underflow in base64 decoding. This patch resolves RT ticket #2608."
a41d5174e27c99d1caefd76a8e927c814ede509e
"Initialize num properly."
8eb094b9460575a328ba04708147c91fc267b394
"Double free in i2o_ECPublicKey. PR: 3338."
9c8dc84ac16a2f21063ae36809d202d0284ecf82
"Fix double frees."
BUG=381169
------------------------------------------------------------------------
r275106 | agl@chromium.org | 2014-06-05 07:43:56 -0700 (Thu, 05 Jun 2014) | 19 lines
OpenSSL: add CVE fixes from 1.0.1h
This change includes the following commits from upstream:
8011cd56e39a433b1837465259a9bd24a38727fb
d3152655d5319ce883c8e3ac4b99f8de4c59d846
006cd7083f76ed5cb0d9a914857e9231ef1bc317
bc8923b1ec9c467755cd86f7848c50ee8812e441
1632ef744872edc2aa2a53d487d3e79c965a4ad3
These address the following CVEs:
CVE-2014-3470
CVE-2014-0221
CVE-2014-0224
CVE-2014-0195
BUG=381169
https://codereview.chromium.org/317183003/
Review URL: https://codereview.chromium.org/311263010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275899 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Take remote track's cricket::VideoFrame's elapsed time as media::VideoFrame's timestamp. This elapsed time is computed from the remote video frame's rtp timestamp and starts from 0.
* Use media::VideoFrame's timestamp as video element's currentTime instead of normalize it to 0 everytime. This is to ensure video elements connected to the same track have the same currentTime.
TEST=manually add local and remote mediastreams to different video tags and check the current time
BUG=380242
R=acolwell@chromium.org, hclam@chromium.org
Review URL: https://codereview.chromium.org/324513002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275856 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=175779:175789&mode=html
TBR=
BUG=
Review URL: https://codereview.chromium.org/315043008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275846 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=175755:175778&mode=html
TBR=
BUG=
Review URL: https://codereview.chromium.org/321753004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275793 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
0db35e8 Use none SSE functions when data is not 16 byte aligned
BUG=373619
TBR=thestig
Review URL: https://codereview.chromium.org/318043003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275788 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=175719:175754&mode=html
TBR=yhirano@chromium.org
Review URL: https://codereview.chromium.org/318273002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275736 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
The roll is breaking two ChromiumOS browser_tests:
VirtualKeyboardBrowserTest.HideKeyboardKeyTest
VirtualKeyboardBrowserTest.KeysetTransitionTest
TBR=yhirano@chromium.org
Review URL: https://codereview.chromium.org/320213002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275728 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=175750:175751&mode=html
TBR=yhirano@chromium.org
Review URL: https://codereview.chromium.org/325613002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275704 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=175719:175750&mode=html
TBR=yhirano@chromium.org
Review URL: https://codereview.chromium.org/322673002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275702 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
All platforms use autofill profiles, which use libaddressinput.
TBR=estade@chromium.org
BUG=327046
Review URL: https://codereview.chromium.org/319373003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275700 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Picks up a single change:
r275589 - Add PK11_MakeIDFromPubKey to windows exports
BUG=378315, 245025
Review URL: https://codereview.chromium.org/321643002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275664 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This roll fixes support for Crop* attributes.
BUG=321825
TBR=tomfinegan@chromium.org
Review URL: https://codereview.chromium.org/324553002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275660 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Now that the EME-WD spec has changed to specify promises, implement
them on the Chromium side. They currently get converted back to
events before passing them to blink:: until the blink interface gets
changed.
Additional changes in this CL:
1. Pass a reference to the promise though PPAPI.
2. Roll DEPS for CDM.h to include CDM_5.
3. Update cdm_adapter to use CDM_5 (in addition to existing CDM_4).
4. Change External Clear Key to use CDM_5.
5. Since CDM_5 references sessions by the actual session id (a string,
web_session_id), switch to using it rather than the previously used
session_id (which is an integer, and used as a reference).
BUG=358271
TEST=all existing encrypted media layout and browser tests pass
Review URL: https://codereview.chromium.org/265993002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275656 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=175703:175718&mode=html
TBR=peter@chromium.org
Review URL: https://codereview.chromium.org/320143002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275640 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=175623:175702&mode=html
TBR=peter@chromium.org
Review URL: https://codereview.chromium.org/319253002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275613 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Reason for revert:
Breaks rendering on Android Chrome.
Original issue's description:
> Blink roll r175622:175677
>
> http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=175623:175677&mode=html
>
> TBR=peter@chromium.org
>
> Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=275538
TBR=peter@chromium.org
BUG=381982
NOTREECHECKS=true
NOTRY=true
Review URL: https://codereview.chromium.org/319183009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275582 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This pulls in the following CLs:
- r1332 Fix minor typo in a comment in r1331.
- r1333 Fix a memory leak in DwarfCUToModule::FuncHandler::Finish().
- r1334 Linux: Fix a memory leak in ExceptionHandler.
- r1335 Print more x86-64 registers in minidump_stackwalk
- r1336 Add missing MD_MISCINFO_FLAGS1_BUILDSTRING.
- r1337 Add virtual dtor to LibcurlWrapper.
- r1338 Use PAGE_MAX_SIZE. PAGE_SIZE is now a variable size.
BUG=none
TEST=None
Review URL: https://codereview.chromium.org/314303010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275575 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=175623:175677&mode=html
TBR=peter@chromium.org
Review URL: https://codereview.chromium.org/316383003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275538 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This pulls in the following Native Client changes:
r13282: (hamaji) Non-SFI Mode: Handle args and envp in entry_linux.c
r13283: (hamaji) Remove FUN_TO_VOID_PTR in nc_thread.c
r13284: (jfb) Update revision for PNaCl r13261->r13281
r13285: (dyen) Fix for incorrect indentation causing windows to not update cygwin.
r13286: (mseaborn) Cleanup: Fix dlmalloc/malloc.c to compile with -Wstrict-prototypes
r13287: (mcgrathr) Update x86 and ARM newlib toolchains
r13288: (dyen) When validating git repositories, also check if the repository is empty.
r13289: (bradnelson) Turn annotator tags for toolchain_build back on by default.
r13290: (sehr) Create NaCl Android trybots
r13291: (dyen) Toolchain building now utilizes a git cache to share git objects.
r13292: (mcgrathr) toolchain_build: Add suffix to buildbot test step names
r13293: (binji) Update PNaCl newlib
r13294: (hamaji) Non-SFI Mode: Add thread support to libnacl_sys_private
r13295: (hamaji) Work-around a false alarm from cpplint by defining a typedef
BUG=none
TEST=browser_tests and nacl_integration
Review URL: https://codereview.chromium.org/319113002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275495 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Includes the following CLs:
Update to NSS 3.16.2 Beta 3.
https://codereview.chromium.org/319593003/
Fix compiler error with -Werror,-Wpointer-sign
https://codereview.chromium.org/316353002/
Add the patch file for r275283.
https://codereview.chromium.org/317293002/
R=rsleevi@chromium.org
BUG=380925
Review URL: https://codereview.chromium.org/317803004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275484 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
To fix build error on Windows.
https://code.google.com/p/font-compression-reference/source/detail?r=6cef49677dc4c650ef6e3f56041e0a41803afa8c
Review URL: https://codereview.chromium.org/315393005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275456 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
R=fischman@chromium.org
Review URL: https://codereview.chromium.org/311263013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275437 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
TBR=jvanverth@google.com
NOTRY=True
Review URL: https://codereview.chromium.org/316213005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275428 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=175595:175622&mode=html
TBR=peter@chromium.org
Review URL: https://codereview.chromium.org/317323002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275407 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Uprevved system_api to the latest commit for Bluetooth additional
GATT constants.
BUG=362799
Review URL: https://codereview.chromium.org/316283002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275400 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
r1927 android: Handle inputs with spaces inside make functions.
r1926 Fix msvs-ninja OutputDirectory path.
r1925 msvs: Revert r1920 and add a test for excluded idl
r1924 Use relative path/dir msbuild variables to map $(InputDir) and
$(InputPath)
r1923 Fix for some rules not being run if their trigger is also an
action dependency
r1922 ninja win: filter 64 bit idl processing, and confirm in test
BUG=
Review URL: https://codereview.chromium.org/313243004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275368 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This patch adds the upstream libaddressinput strings into the Chrome
build inside of chrome/app/address_input.grdp to work well with the
translation tools.
TBR=estade@chromium.org
BUG=327046
Review URL: https://codereview.chromium.org/312883005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275325 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=175582:175594&mode=html
TBR=peter@chromium.org
Review URL: https://codereview.chromium.org/321443002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275316 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Pulls in:
9caa384 avcodec/mpegaudiodec: Reset dither and mdct state
BUG=381356
TEST=md5 hashes of decoded packets match (test coming separately).
R=wolenetz@chromium.org
TBR=wolenetz
Review URL: https://codereview.chromium.org/319043002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275300 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Preparation for removing woff2 from ots
TEST=compiled woff2_dec target
BUG=371267
Review URL: https://codereview.chromium.org/305013005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275279 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Pdfium changes:
d68f9a3 Add GN build file for pdfium, rename GYP target.
f0a5576 fix two uninitialized reads
https://code.google.com/p/pdfium/issues/detail?id=9
https://code.google.com/p/pdfium/issues/detail?id=10
bb2b1e7 Use unsigned type for iteration to avoid int overflow.
62a7fd6 Wrong variable assignment in Pdfium.
In the GN build this separates out the no-exceptions flag since pdfium must be compiled with exceptions enabled.
Updates pdfium naming in GYP from fpdfsdk.
Removes src/pdf from .gitignore now that it is checked in.
BUG=
R=jam@chromium.org
Review URL: https://codereview.chromium.org/315313002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275269 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
TBR=dcheng@chromium.org
BUG=
Review URL: https://codereview.chromium.org/314163002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275245 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
https://skia.googlesource.com/skia/+log/9b14f26d0f3a974f3dd626c8354e1db1cfcd322f..4962140c9e6623b29417a2fb9ad903641fb0159c
TBR=jvanverth@google.com
BUG=
NOTRY=True
Review URL: https://codereview.chromium.org/316183002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275197 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This pulls in the following Native Client changes:
r13268: (jvoung) Update revision for PNaCl r13250->r13261
r13269: (mseaborn) Cleanup: Remove irt_mutex.c, irt_cond.c, etc. from libpthread_private
r13270: (mcgrathr) toolchain_build: Fix arm-linux-gnueabi-gcc -v collection
r13271: (mcgrathr) Update newlib revision for x86 and ARM
r13272: (jvoung) Generate biased bitcode using the same triple (part 2).
r13273: (noelallen) Removed dependency on untar'd toolchain.
r13274: (mseaborn) Cleanup: Remove use of AddBiasForPNaCl() from pthread_cleanup test
r13275: (mseaborn) Cleanup: Remove some unused SRPC test code
r13276: (mseaborn) Move src/third_party_mod/* into src/third_party/
r13277: (mseaborn) Non-SFI Mode: Enable more tests -- specifically, the toolchain_tests suite
r13278: (dyen) Added standard testing to toolchain_build bots for nacl_arm_newlib.
r13279: (bradnelson) Fix toolchain_build to avoid treating a source output as an input.
r13280: (mseaborn) Replace newlib's abort() so that it crashes rather than calling _exit()
r13281: (jvoung) PNaCl: Update LLVM revision in pnacl/COMPONENT_REVISIONS
BUG=none
TEST=browser_tests and nacl_integration
Review URL: https://codereview.chromium.org/313323002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275189 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
R=ronghuawu@chromium.org
Review URL: https://codereview.chromium.org/319703004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275183 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
TBR=dcheng@chromium.org
BUG=
Review URL: https://codereview.chromium.org/317183002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275164 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Otherwise the DEPS file under pdf/ directory has no effect.
As a result of enabling it, some entries had to be added.
BUG=None
TEST=./tools/checkdeps/checkdeps.py - SUCCESS
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/318763005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275148 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
Please reply to the V8 sheriff mvstanton@chromium.org in case of problems.
TBR=mvstanton@chromium.org
Review URL: https://codereview.chromium.org/318863003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275114 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Since Dr. Memory is basically just a binary file anyway, using a gclient hook
for download_from_google_storage is a better way to pull it onto bots that need
it.
R=bruening@chromium.org, hinoka@chromium.org
Review URL: https://codereview.chromium.org/305053005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275048 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=378182
R=benchan@chromium.org
Review URL: https://codereview.chromium.org/319543005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275023 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
The octane benchmark now uses a WPR recording in cloud storage.
BUG=
Review URL: https://codereview.chromium.org/301313008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275013 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
This change included modifications to a GYP file that lists non-
existent header files. As a result, the GYP validation step that
runs on http://build.chromium.org/p/chromium/builders/Win fails.
TBR=jvanverth@google.com
Review URL: https://codereview.chromium.org/311243005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275008 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Revision 265 slightly improves the names in used API and makes sure that
COUNTRY is always a required field. The libaddressinput team does not
plan to change the API further until Chromium integration is complete.
TBR=estade@chromium.org
BUG=327046
Review URL: https://codereview.chromium.org/311163004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275003 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
https://skia.googlesource.com/skia/+log/9b14f26d0f3a974f3dd626c8354e1db1cfcd322f..df1640d413c16abf4527960642aca41581808699
TBR=jvanverth@google.com
BUG=
Review URL: https://codereview.chromium.org/316103003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274995 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=175426:175512&mode=html
TBR=peter@chromium.org
Review URL: https://codereview.chromium.org/310393005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274963 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This fixes two bugs which should make replaying more stable.
TBR=slamm@chromium.org
BUG=
Review URL: https://codereview.chromium.org/307143002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274917 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=175413:175426&mode=html
TBR=peter@chromium.org
Review URL: https://codereview.chromium.org/315043002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274894 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
https://skia.googlesource.com/skia/+log/abc073376091e66f705674b825b1247148cb9c24..9b14f26d0f3a974f3dd626c8354e1db1cfcd322f
TBR=jvanverth@google.com
BUG=
Review URL: https://codereview.chromium.org/318653004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274870 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
TBR=machenbach@chromium.org
Review URL: https://codereview.chromium.org/313913003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274835 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Please reply to the V8 sheriff mvstanton@chromium.org in case of problems.
R=jochen@chromium.org, mvstanton@chromium.org
TBR=mvstanton@chromium.org
Review URL: https://codereview.chromium.org/316853002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274820 0039d316-1c4b-4281-b951-d872f2087c98
|