Cykesiopka
|
6a3e20c777
|
Bug 1052257 - Add and use error code specific to inadequate key sizes. r=keeler
|
2014-08-12 22:24:00 -04:00 |
|
Dragana Damjanovic
|
29ae85f646
|
Bug 1043256 - If unKnownDecoder needs to be used, Content_Encodings will be loaded before OnStartRequest is called on the listener. This makes an error in e10s because Content_Encodings will be loaded before HttpChannelParent can disable them. r=bagder
|
2014-08-13 10:52:00 -04:00 |
|
Bruce Sun
|
8b1073fa22
|
Bug 1033902 - Integrate offload player into MediaCodec related codes. r=roc
|
2014-08-14 11:40:20 +08:00 |
|
Bruce Sun
|
09833d259a
|
Bug 1033902 - Extract the logic of offload-audio from MediaOmxDecoder to a parent class. r=roc
--HG--
rename : content/media/omx/MediaOmxDecoder.cpp => content/media/omx/MediaOmxCommonDecoder.cpp
rename : content/media/omx/MediaOmxDecoder.h => content/media/omx/MediaOmxCommonDecoder.h
rename : content/media/omx/MediaOmxReader.cpp => content/media/omx/MediaOmxCommonReader.cpp
rename : content/media/omx/MediaOmxReader.h => content/media/omx/MediaOmxCommonReader.h
|
2014-08-14 11:38:21 +08:00 |
|
Jean-Yves Avenard
|
ed9213e715
|
Bug 1022501 - Add MP3 support to MP4 demuxer. r=edwin
--HG--
rename : content/media/fmp4/eme/EMEAACDecoder.cpp => content/media/fmp4/eme/EMEAudioDecoder.cpp
rename : content/media/fmp4/eme/EMEAACDecoder.h => content/media/fmp4/eme/EMEAudioDecoder.h
rename : content/media/fmp4/ffmpeg/FFmpegAACDecoder.cpp => content/media/fmp4/ffmpeg/FFmpegAudioDecoder.cpp
rename : content/media/fmp4/ffmpeg/FFmpegAACDecoder.h => content/media/fmp4/ffmpeg/FFmpegAudioDecoder.h
|
2014-08-15 16:25:06 +10:00 |
|
Anthony Jones
|
8f358d3635
|
Bug 1022501 - Fix Windows falsely reporting support for MP4 in MP3. r=cpearce
|
2014-07-17 15:52:14 +12:00 |
|
Ahmed Kachkach
|
43534ae411
|
Bug 1052937 - Add a default value for mochitest assertions' name. r=ahal
|
2014-08-13 11:09:00 -04:00 |
|
Ahmed Kachkach
|
0cf274b769
|
Bug 1051635 - Fix the missing error handling in TestRunner (structured logging). r=chmanchester
|
2014-08-12 13:59:00 -04:00 |
|
Ahmed Kachkach
|
5a50f85702
|
Bug 1051024 - Remove unstructured logs parsing in mochitest handlers. r=ahal
|
2014-08-08 14:15:00 -04:00 |
|
JW Wang
|
009c505704
|
Bug 1046837 - Reset |mDispatchedDecodeMetadataTask| only after finishinig decoding metadata to avoid MediaDecoderStateMachine::CallDecodeMetadata() may run more than once. r=cpearce
|
2014-08-13 19:11:00 -04:00 |
|
Alex Bardas
|
3d53301095
|
Bug 999293 - [e10s] Make charset menu work. r=adw
|
2014-08-13 13:29:00 -04:00 |
|
Julien Pagès
|
79304efc32
|
Bug 820154 - Implement todo() in marionette-simpletest. r=jgriffin
|
2014-08-13 07:19:00 -04:00 |
|
Artem Sobolev
|
e53cca979f
|
Bug 625012 - Handle multipart responses in ImageDocument::OnStartRequest correctly. r=bz
|
2014-07-29 15:23:22 -07:00 |
|
Ed Morley
|
dce86d4a5c
|
Backed out changeset f4b101378a07 (bug 1021527) by request
|
2014-08-15 16:14:42 +01:00 |
|
Ed Morley
|
bd17215dc4
|
Backed out changeset 8589d9bdd501 (bug 1040735) for B2G gaia-ui-test crashes
|
2014-08-15 16:03:03 +01:00 |
|
Chris Manchester
|
9ce1406402
|
Bug 1054114 - Add exception stacks logged in test_status to mach and tbpl formatters.;r=jgraham
|
2014-08-15 10:55:48 -04:00 |
|
Masayuki Nakano
|
cc2693e6fa
|
Bug 1054108 nsTextStore::GetTextExt() should return the position of composition start if the layout hasn't been computed yet and when Free ChangJie or Easy Changjei is active TIP r=emk
|
2014-08-15 23:52:46 +09:00 |
|
Sotaro Ikeda
|
0e78807c21
|
Bug 1036539 - Add async mode support to GonkNativeWindow r=mikeh,pchang
|
2014-08-15 07:41:33 -07:00 |
|
Ehsan Akhgari
|
897976b0f0
|
Bug 1042469 - Flatten editor/libeditor/base to editor/libeditor; r=poiru
--HG--
rename : editor/libeditor/base/ChangeAttributeTxn.cpp => editor/libeditor/ChangeAttributeTxn.cpp
rename : editor/libeditor/base/ChangeAttributeTxn.h => editor/libeditor/ChangeAttributeTxn.h
rename : editor/libeditor/base/ChangeCSSInlineStyleTxn.cpp => editor/libeditor/ChangeCSSInlineStyleTxn.cpp
rename : editor/libeditor/base/ChangeCSSInlineStyleTxn.h => editor/libeditor/ChangeCSSInlineStyleTxn.h
rename : editor/libeditor/base/CreateElementTxn.cpp => editor/libeditor/CreateElementTxn.cpp
rename : editor/libeditor/base/CreateElementTxn.h => editor/libeditor/CreateElementTxn.h
rename : editor/libeditor/base/DeleteNodeTxn.cpp => editor/libeditor/DeleteNodeTxn.cpp
rename : editor/libeditor/base/DeleteNodeTxn.h => editor/libeditor/DeleteNodeTxn.h
rename : editor/libeditor/base/DeleteRangeTxn.cpp => editor/libeditor/DeleteRangeTxn.cpp
rename : editor/libeditor/base/DeleteRangeTxn.h => editor/libeditor/DeleteRangeTxn.h
rename : editor/libeditor/base/DeleteTextTxn.cpp => editor/libeditor/DeleteTextTxn.cpp
rename : editor/libeditor/base/DeleteTextTxn.h => editor/libeditor/DeleteTextTxn.h
rename : editor/libeditor/base/EditActionListener.h => editor/libeditor/EditActionListener.h
rename : editor/libeditor/base/EditAggregateTxn.cpp => editor/libeditor/EditAggregateTxn.cpp
rename : editor/libeditor/base/EditAggregateTxn.h => editor/libeditor/EditAggregateTxn.h
rename : editor/libeditor/base/EditTxn.cpp => editor/libeditor/EditTxn.cpp
rename : editor/libeditor/base/EditTxn.h => editor/libeditor/EditTxn.h
rename : editor/libeditor/base/IMETextTxn.cpp => editor/libeditor/IMETextTxn.cpp
rename : editor/libeditor/base/IMETextTxn.h => editor/libeditor/IMETextTxn.h
rename : editor/libeditor/base/InsertElementTxn.cpp => editor/libeditor/InsertElementTxn.cpp
rename : editor/libeditor/base/InsertElementTxn.h => editor/libeditor/InsertElementTxn.h
rename : editor/libeditor/base/InsertTextTxn.cpp => editor/libeditor/InsertTextTxn.cpp
rename : editor/libeditor/base/InsertTextTxn.h => editor/libeditor/InsertTextTxn.h
rename : editor/libeditor/base/JoinElementTxn.cpp => editor/libeditor/JoinElementTxn.cpp
rename : editor/libeditor/base/JoinElementTxn.h => editor/libeditor/JoinElementTxn.h
rename : editor/libeditor/base/PlaceholderTxn.cpp => editor/libeditor/PlaceholderTxn.cpp
rename : editor/libeditor/base/PlaceholderTxn.h => editor/libeditor/PlaceholderTxn.h
rename : editor/libeditor/base/SetDocTitleTxn.cpp => editor/libeditor/SetDocTitleTxn.cpp
rename : editor/libeditor/base/SetDocTitleTxn.h => editor/libeditor/SetDocTitleTxn.h
rename : editor/libeditor/base/SplitElementTxn.cpp => editor/libeditor/SplitElementTxn.cpp
rename : editor/libeditor/base/SplitElementTxn.h => editor/libeditor/SplitElementTxn.h
rename : editor/libeditor/base/crashtests/336104.html => editor/libeditor/crashtests/336104.html
rename : editor/libeditor/base/crashtests/382527-1.html => editor/libeditor/crashtests/382527-1.html
rename : editor/libeditor/base/crashtests/402172-1.html => editor/libeditor/crashtests/402172-1.html
rename : editor/libeditor/base/crashtests/407079-1.html => editor/libeditor/crashtests/407079-1.html
rename : editor/libeditor/base/crashtests/407256-1.html => editor/libeditor/crashtests/407256-1.html
rename : editor/libeditor/base/crashtests/430624-1.html => editor/libeditor/crashtests/430624-1.html
rename : editor/libeditor/base/crashtests/459613-iframe.html => editor/libeditor/crashtests/459613-iframe.html
rename : editor/libeditor/base/crashtests/459613.html => editor/libeditor/crashtests/459613.html
rename : editor/libeditor/base/crashtests/475132-1.xhtml => editor/libeditor/crashtests/475132-1.xhtml
rename : editor/libeditor/base/crashtests/633709.xhtml => editor/libeditor/crashtests/633709.xhtml
rename : editor/libeditor/base/crashtests/636074-1.html => editor/libeditor/crashtests/636074-1.html
rename : editor/libeditor/base/crashtests/713427-1.html => editor/libeditor/crashtests/713427-1.html
rename : editor/libeditor/base/crashtests/713427-2.xhtml => editor/libeditor/crashtests/713427-2.xhtml
rename : editor/libeditor/base/crashtests/762183.html => editor/libeditor/crashtests/762183.html
rename : editor/libeditor/base/crashtests/766360.html => editor/libeditor/crashtests/766360.html
rename : editor/libeditor/base/crashtests/766413.html => editor/libeditor/crashtests/766413.html
rename : editor/libeditor/base/crashtests/766845.xhtml => editor/libeditor/crashtests/766845.xhtml
rename : editor/libeditor/base/crashtests/768765.html => editor/libeditor/crashtests/768765.html
rename : editor/libeditor/base/crashtests/771749.html => editor/libeditor/crashtests/771749.html
rename : editor/libeditor/base/crashtests/772282.html => editor/libeditor/crashtests/772282.html
rename : editor/libeditor/base/crashtests/776323.html => editor/libeditor/crashtests/776323.html
rename : editor/libeditor/base/crashtests/crashtests.list => editor/libeditor/crashtests/crashtests.list
rename : editor/libeditor/base/nsEditProperty.h => editor/libeditor/nsEditProperty.h
rename : editor/libeditor/base/nsEditPropertyAtomList.h => editor/libeditor/nsEditPropertyAtomList.h
rename : editor/libeditor/base/nsEditRules.h => editor/libeditor/nsEditRules.h
rename : editor/libeditor/base/nsEditor.cpp => editor/libeditor/nsEditor.cpp
rename : editor/libeditor/base/nsEditor.h => editor/libeditor/nsEditor.h
rename : editor/libeditor/base/nsEditorCommands.cpp => editor/libeditor/nsEditorCommands.cpp
rename : editor/libeditor/base/nsEditorCommands.h => editor/libeditor/nsEditorCommands.h
rename : editor/libeditor/base/nsEditorController.cpp => editor/libeditor/nsEditorController.cpp
rename : editor/libeditor/base/nsEditorController.h => editor/libeditor/nsEditorController.h
rename : editor/libeditor/base/nsEditorEventListener.cpp => editor/libeditor/nsEditorEventListener.cpp
rename : editor/libeditor/base/nsEditorEventListener.h => editor/libeditor/nsEditorEventListener.h
rename : editor/libeditor/base/nsEditorUtils.cpp => editor/libeditor/nsEditorUtils.cpp
rename : editor/libeditor/base/nsEditorUtils.h => editor/libeditor/nsEditorUtils.h
rename : editor/libeditor/base/nsIAbsorbingTransaction.h => editor/libeditor/nsIAbsorbingTransaction.h
rename : editor/libeditor/base/nsSelectionState.cpp => editor/libeditor/nsSelectionState.cpp
rename : editor/libeditor/base/nsSelectionState.h => editor/libeditor/nsSelectionState.h
rename : editor/libeditor/base/nsStyleSheetTxns.cpp => editor/libeditor/nsStyleSheetTxns.cpp
rename : editor/libeditor/base/nsStyleSheetTxns.h => editor/libeditor/nsStyleSheetTxns.h
rename : editor/libeditor/base/tests/chrome.ini => editor/libeditor/tests/chrome.ini
rename : editor/libeditor/base/tests/file_bug586662.html => editor/libeditor/tests/file_bug586662.html
rename : editor/libeditor/base/tests/mochitest.ini => editor/libeditor/tests/mochitest.ini
rename : editor/libeditor/base/tests/moz.build => editor/libeditor/tests/moz.build
rename : editor/libeditor/base/tests/test_bug408231.html => editor/libeditor/tests/test_bug408231.html
rename : editor/libeditor/base/tests/test_bug46555.html => editor/libeditor/tests/test_bug46555.html
rename : editor/libeditor/base/tests/test_bug502673.html => editor/libeditor/tests/test_bug502673.html
rename : editor/libeditor/base/tests/test_bug514156.html => editor/libeditor/tests/test_bug514156.html
rename : editor/libeditor/base/tests/test_bug567213.html => editor/libeditor/tests/test_bug567213.html
rename : editor/libeditor/base/tests/test_bug586662.html => editor/libeditor/tests/test_bug586662.html
rename : editor/libeditor/base/tests/test_bug599983.html => editor/libeditor/tests/test_bug599983.html
rename : editor/libeditor/base/tests/test_bug599983.xul => editor/libeditor/tests/test_bug599983.xul
rename : editor/libeditor/base/tests/test_bug646194.xul => editor/libeditor/tests/test_bug646194.xul
rename : editor/libeditor/base/tests/test_bug742261.html => editor/libeditor/tests/test_bug742261.html
rename : editor/libeditor/base/tests/test_bug773262.html => editor/libeditor/tests/test_bug773262.html
rename : editor/libeditor/base/tests/test_bug795785.html => editor/libeditor/tests/test_bug795785.html
rename : editor/libeditor/base/tests/test_composition_event_created_in_chrome.html => editor/libeditor/tests/test_composition_event_created_in_chrome.html
rename : editor/libeditor/base/tests/test_dragdrop.html => editor/libeditor/tests/test_dragdrop.html
rename : editor/libeditor/base/tests/test_selection_move_commands.xul => editor/libeditor/tests/test_selection_move_commands.xul
|
2014-08-15 10:03:48 -04:00 |
|
Alexander Surkov
|
950e4d598d
|
Bug 1040735 - DOM node reinsertion under anonymous content may trigger a11y child adoption, r=bz, tbdaunde
|
2014-08-15 09:46:54 -04:00 |
|
Dan Minor
|
9c7d373cd3
|
Bug 1014653 - Add debug b2g emulator cppunit test failures to manifest; r=gbrown
|
2014-08-15 08:32:07 -04:00 |
|
Tom Schuster
|
9a0f378fbb
|
Bug 1051611 - Remove error numbers from js.msg. r=jorendorff
|
2014-08-15 15:28:10 +02:00 |
|
Tom Schuster
|
ec38d3a668
|
Bug 1037723 - Fix how the js shell global environment handles symbols. r=jandem
|
2014-08-15 15:28:10 +02:00 |
|
Tom Schuster
|
044005da57
|
Bug 1054221 - [e10s] Make special link click behave correctly on about:newtab. r=jimm
|
2014-08-15 15:28:10 +02:00 |
|
Mike Shal
|
f49f579626
|
Bug 1047621 - Have link.py import and call expandlibs_exec.py; r=gps
|
2014-08-13 14:24:15 -04:00 |
|
Mike Shal
|
d146198436
|
Bug 1047621 - Move link.py to config for importing expandlibs_exec; r=gps
|
2014-08-13 14:23:11 -04:00 |
|
Hannes Verschore
|
8c1cd0bd8e
|
Backout changeset c01dea53dd60, r=faulty
|
2014-08-15 14:29:47 +02:00 |
|
Jan de Mooij
|
bc4a8d8b4e
|
Bug 1046585 part 5 - Stop using WTF_* defines. r=sunfish
|
2014-08-15 14:01:10 +02:00 |
|
Jon Coppeard
|
8221a43116
|
Bug 650161 - Fix test failures with compacting GC enabled r=terrence
|
2014-08-14 11:52:33 +01:00 |
|
Jon Coppeard
|
88bd528fda
|
Bug 650161 - Add new stats phases for compacting GC r=terrence
|
2014-08-14 11:52:31 +01:00 |
|
Jon Coppeard
|
4b716098cc
|
Bug 650161 - Implement compacting GC for JSObjects r=terrence
|
2014-08-14 11:52:24 +01:00 |
|
Jon Coppeard
|
29cdbafb57
|
Bug 650161 - Update pointers in TraceDataRelocations r=mjrosenb
|
2014-08-14 11:46:55 +01:00 |
|
Jon Coppeard
|
f91b2acbc0
|
Bug 650161 - Update pointers to relocated objects r=terrence
|
2012-06-05 11:47:42 -07:00 |
|
Jon Coppeard
|
d6b0c78f58
|
Bug 650161 - Use the invocation kind passed to the first slice for the whole GC r=terrence
|
2014-08-14 11:46:46 +01:00 |
|
Jon Coppeard
|
0b33da9079
|
Bug 650161 - Update internal hash table checks for use after compacting GC as well r=terrence
|
2014-08-14 11:46:33 +01:00 |
|
Jon Coppeard
|
24cd519cd4
|
Bug 650161 - Add functions for forwarding cells r=terrence
|
2014-08-14 11:46:29 +01:00 |
|
Jon Coppeard
|
22aa411e62
|
Bug 650161 - Add --enable-gccompacting configure flag for compacting GC r=terrence r=ted
|
2014-08-14 11:46:26 +01:00 |
|
Jon Coppeard
|
ba0e871fea
|
Bug 1052422 - Remove trivial shim functions that call into the GC r=sfink
|
2014-08-14 10:32:06 +01:00 |
|
Nigel Babu
|
573a67d3d1
|
Backed out changeset 5cbae203cad2 (bug 1054149) for bustage ON A CLOSED TREE
|
2014-08-15 12:34:58 +05:30 |
|
Nigel Babu
|
2f2a9e3451
|
Backed out changeset ddcec188e857 (bug 1053658) for bustage ON A CLOSED TREE
|
2014-08-15 12:34:49 +05:30 |
|
Nigel Babu
|
e133ae5e90
|
Backed out changeset 012b4107cfa0 (bug 1053674) for bustage ON A CLOSED TREE
|
2014-08-15 12:34:40 +05:30 |
|
Nigel Babu
|
e6e954ed86
|
Backed out changeset 865a9cdfa7b1 (bug 1053682) for bustage ON A CLOSED TREE
|
2014-08-15 12:34:32 +05:30 |
|
Nigel Babu
|
ed54660da2
|
Backed out changeset 822a89cfe094 (bug 1053682) for bustage ON A CLOSED TREE
|
2014-08-15 12:34:20 +05:30 |
|
Matthew Gregan
|
9062307caf
|
Bug 1053682 - Fix formatting of doubles in SourceBuffer logging. r=cajbir
--HG--
extra : rebase_source : db346b75dcf1c4fed6bc269b606ff4e83852d877
|
2014-08-14 01:41:00 +12:00 |
|
Matthew Gregan
|
06f90184af
|
Bug 1053682 - Optimize SourceBufferResource::ReadAt/ReadFromCache a little. r=cajbir
--HG--
rename : content/media/mediasource/MediaSourceDecoder.cpp => content/media/mediasource/MediaSourceReader.cpp
extra : rebase_source : 2ed344b1731d07f4e89b4695d36a1e0d26ada41f
|
2014-08-14 01:41:00 +12:00 |
|
Matthew Gregan
|
43bb6dd989
|
Bug 1053674 - Remove subclass of StateMachine and use our own task queue. r=cpearce
--HG--
rename : content/media/mediasource/MediaSourceDecoder.cpp => content/media/mediasource/MediaSourceReader.cpp
extra : rebase_source : a34a9a5c0274bae5c7f065535242316d605e8e65
|
2014-08-14 01:14:00 +12:00 |
|
Matthew Gregan
|
ffd009292b
|
Bug 1053658 - Split MSDecoder and MSReader into separate files. r=cajbir
--HG--
rename : content/media/mediasource/MediaSourceDecoder.cpp => content/media/mediasource/MediaSourceReader.cpp
extra : rebase_source : 2fb1adcbf8795259b45bae58fa8fa342b6235bae
|
2014-08-14 00:22:00 +12:00 |
|
Matthew Gregan
|
667583085f
|
Bug 1054149 - Fix anFoo coding style violation in content/media. r=cpearce
--HG--
extra : rebase_source : 69152bba07ecbf4e1a5790ba0f6abb0a6cda3be2
|
2014-08-14 21:24:00 +12:00 |
|
Matt Woodrow
|
903bd31201
|
Bug 1051592 - Clip DrawTargetCairo's context to the surface bound to prevent massive mask allocations within cairo. r=jrmuizel
|
2014-08-15 14:23:22 +12:00 |
|
Mike Hommey
|
e82f0c3fce
|
Bug 1053140 part 3 - Separate out sandbox infrastructure from moz.build variables storage. r=gps
--HG--
rename : python/mozbuild/mozbuild/frontend/sandbox_symbols.py => python/mozbuild/mozbuild/frontend/context.py
rename : python/mozbuild/mozbuild/test/frontend/test_sandbox_symbols.py => python/mozbuild/mozbuild/test/frontend/test_context.py
|
2014-08-15 13:52:18 +09:00 |
|