Neil Rashbrook
ff1be0ab1e
Bug 826541 Suboptimal string copying in nsAttrValue::ToString r=bz
2013-01-04 20:31:50 +00:00
Ben Turner
07413737fe
Bug 813867 - 'Report memory for web workers that use ctypes'. r=jlebar+jorendorff.
...
--HG--
extra : rebase_source : 8ecb268167e840f26dd53a774c7e978b15ae3017
2012-12-30 10:21:52 -08:00
Maire Reavy
04e89b6256
bug 822956 - correct chunk_remaining calculation r=ekr
2013-01-04 14:41:25 -05:00
Mark Finkle
71b652ad5a
Bug 817440 - Intermittent testAddonManager | GeckoEventExpecter - blockForEvent timeout: Tab:Added r=gbrown
2013-01-04 15:11:57 -05:00
Sriram Ramasubramanian
c4baeb2b38
Bug 826487: Change "Open in New Private Tab" to "Open in Private Tab". [r=mfinkle]
2013-01-04 11:39:12 -08:00
Wes Johnston
072f53d2bd
Bug 736321 - Support HTML Context menus in Fennec. r=mfinkle
2013-01-04 11:18:42 -08:00
Wes Johnston
ee7c7c683b
Bug 826381 - Update sumo bookmark url. r=mfinkle
2013-01-04 11:18:40 -08:00
Wes Johnston
0e87dff4c5
Bug 826074 - Use Pinning terminology for customizing about:home. r=mfinkle
2013-01-04 11:18:38 -08:00
Mihnea Dobrescu-Balaur
e825421abf
Bug 819482 - Remove retry code from b2g automation now that devicemanager handles it, r=ahal
2013-01-04 14:07:48 -05:00
William Chen
7cd5470029
Bug 617532 - Implement UndoManager. r=ehsan
2013-01-03 22:54:26 -08:00
Joel Maher
ba821b29a2
Bug 826769 - make mochitest-robotium may fail with: OSError: [Errno 2] No such file or directory: '/tmp/xxx/tests.jar'. r=gbrown
2013-01-04 13:42:32 -05:00
Joel Maher
80517d8d67
Bug 826308 - Robocop tests log output should contain begin/end block markers for the full test run. r=bc
2013-01-04 13:42:22 -05:00
Jonathan Kew
e1c4d87f24
bug 825875 - shape long words directly into the textrun instead of using word caching. r=roc
2013-01-04 18:35:37 +00:00
Jonathan Kew
c83f05e1ca
bug 825871 - refactor gfxTextRun and gfxShapedWord to share a common abstract base class (gfxShapedText) and shaping interface. r=roc
2013-01-04 18:35:37 +00:00
Terrence Cole
407de0df83
Bug 826126 - Just use an assert to check for aliasing; r=benjamin
...
This appears to be debug code that crept in for bug 767013.
--HG--
extra : rebase_source : 9f616676d77432ec5f05c5dfa7e9998ac649797a
2013-01-02 17:13:16 -08:00
Bobby Holley
aadfd2e0dc
Bug 826146 - Add a pref-controlled install confirmation override for automation. r=sicking
2013-01-04 10:21:31 -08:00
Randell Jesup
e49f0b1470
Bug 802656: GetUserMediaDevices: Consider no devices available an error r=anant
2013-01-04 13:11:14 -05:00
Randell Jesup
1109b8dd0b
Bug 805632: backend for getUserMedia:revoke r=anant
2013-01-04 13:11:12 -05:00
Ehsan Akhgari
20ebb49e0d
Bug 822017 - Remove the global PB specific code from the testpilot extension; r=dao
...
--HG--
rename : browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/setup.js => browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/setup.js.in
rename : browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/tasks.js => browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/tasks.js.in
2013-01-04 13:09:11 -05:00
Jeff Walden
d9889b3184
Bug 826447 - Change all the proxy API signatures to take unsigned flags, rather than bool set, so that it's easier to find all tests of JSRESOLVE_ASSIGNING. r=bz
...
--HG--
extra : rebase_source : 3b88b411965087984d7973a90f8fa1b06457a6ce
2013-01-03 15:31:36 -06:00
Chris Peterson
deed807086
Bug 826144 - Add MOZ_UTF16_HELPER() intermediary macro to handle UTF-16 stringification and concatenation correctly. r=waldo
...
--HG--
extra : rebase_source : 4c68df10e6e59af34db1e325232d4671492cc72f
2013-01-02 14:49:09 -08:00
Chris Peterson
f9bfdced1f
Bug 826120 - mach's warning parser should not stop at first '['. r=gps
...
--HG--
extra : rebase_source : b752099f4f6da4ea05220f8120a5518ee39994ed
2013-01-02 16:33:46 -08:00
Andres Hernandez
52affddf3f
Bug 824493 - Intermittent timeout in test_sts_privatebrowsing_perwindowpb.html; r=ehsan
2013-01-04 10:05:32 -06:00
Benoit Girard
daa8d06cd7
Bug 787513 - Give the proper update rectangle for NPAPI for CoreGraphics plugins on mac. r=smichaud
2013-01-04 12:49:36 -05:00
David Keeler
c969101464
bug 820708 - refresh navigator.plugins when a plugin is enabled/disabled r=joshmoz
2012-12-20 16:53:21 -08:00
Robert O'Callahan
a5c94fa139
Bug 822956. ProcessAudioChunk needs to take account of AudioChunk::mOffset. r=jesup
2013-01-04 12:16:32 -05:00
Maire Reavy
036a2d63a8
bug 822956: Handle audio chunks that aren't 10ms in duration r=ekr
2013-01-03 18:37:55 -05:00
Robert O'Callahan
d254dc4188
Bug 822956. Part 2: Don't wrap getUserMedia's SourceMediaStream in a DOM object wrapper. Create an nsDOMUserMediaStream wrapper specifically to clean up the SourceMediaStream and the MediaInputPort. r=jesup
2013-01-04 12:16:32 -05:00
Randell Jesup
24ac0fe4a6
Bug 822956: convert to TrackUnionStreams for getUserMedia (and add hint support) r=roc
2012-12-19 02:07:37 -05:00
Boris Zbarsky
5e73ad03b7
Bug 824823 part 15. Switch HTMLSpanElement to WebIDL. r=peterv
2013-01-04 12:02:15 -05:00
Boris Zbarsky
442b79c9f3
Bug 824823 part 14. Rename nsHTMLSpanElement to mozilla::dom::HTMLSpanElement and move the class declaration into a header. r=peterv
...
--HG--
rename : content/html/content/src/nsHTMLSpanElement.cpp => content/html/content/src/HTMLSpanElement.cpp
rename : content/html/content/src/nsHTMLSpanElement.cpp => content/html/content/src/HTMLSpanElement.h
2013-01-04 12:02:15 -05:00
Boris Zbarsky
25e153e998
Bug 824823 part 13. Switch HTMLPreElement to WebIDL. r=peterv
2013-01-04 12:02:15 -05:00
Boris Zbarsky
6a9bbc813f
Bug 824823 part 12. Rename nsHTMLPreElement to mozilla::dom::HTMLPreElement and move the class declaration into a header. r=peterv
...
--HG--
rename : content/html/content/src/nsHTMLPreElement.cpp => content/html/content/src/HTMLPreElement.cpp
rename : content/html/content/src/nsHTMLPreElement.cpp => content/html/content/src/HTMLPreElement.h
2013-01-04 12:02:15 -05:00
Boris Zbarsky
af9cc24c15
Bug 824823 part 11. Switch HTMLParagraphElement to WebIDL. r=peterv
2013-01-04 12:02:15 -05:00
Boris Zbarsky
34275f7340
Bug 824823 part 10. Rename nsHTMLParagraphElement to mozilla::dom::HTMLParagraphElement and move the class declaration into a header. r=peterv
...
--HG--
rename : content/html/content/src/nsHTMLParagraphElement.cpp => content/html/content/src/HTMLParagraphElement.cpp
rename : content/html/content/src/nsHTMLParagraphElement.cpp => content/html/content/src/HTMLParagraphElement.h
2013-01-04 12:02:14 -05:00
Boris Zbarsky
5b99ae3585
Bug 824823 part 9. Convert Comment to WebIDL. r=peterv
2013-01-04 12:02:14 -05:00
Boris Zbarsky
f1feb59fc3
Bug 824823 part 8. Convert nsTextNode to WebIDL. r=peterv
2013-01-04 12:02:14 -05:00
Boris Zbarsky
498d64b509
Bug 824823 part 7. Implement WebIDL CharacterData API on nsGenericDOMDataNode. r=peterv
2013-01-04 12:02:14 -05:00
Boris Zbarsky
049ae9a281
Bug 824823 part 6. Move HTMLLIElement to WebIDL bindings. r=peterv
2013-01-04 12:02:14 -05:00
Boris Zbarsky
4ba92f7e8e
Bug 824823 part 5. Rename nsHTMLLIElement to mozilla::dom::HTMLLIElement and move the class declaration into a header. r=peterv
...
--HG--
rename : content/html/content/src/nsHTMLLIElement.cpp => content/html/content/src/HTMLLIElement.cpp
rename : content/html/content/src/nsHTMLLIElement.cpp => content/html/content/src/HTMLLIElement.h
2013-01-04 12:02:14 -05:00
Boris Zbarsky
7db13f99da
Bug 824823 part 4. WebIDL binding for HTML list elements. r=peterv
...
Note that I had to create the separate subclasses because we can't map
different WebIDL interfaces to the same concrete type: it causes the
PrototypeIDMap templates to completely fail to deal.
2013-01-04 12:02:14 -05:00
Boris Zbarsky
205609596c
Bug 824823 part 3. Rename nsHTMLOListElement.cpp to something sane and move the class declaration into a header. r=peterv
...
--HG--
rename : content/html/content/src/nsHTMLOListElement.cpp => content/html/content/src/HTMLSharedListElement.cpp
rename : content/html/content/src/nsHTMLOListElement.cpp => content/html/content/src/HTMLSharedListElement.h
2013-01-04 12:02:14 -05:00
Boris Zbarsky
467b89667e
Bug 824823 part 2. WebIDL binding for HTMLAnchorElement. r=peterv
2013-01-04 12:02:13 -05:00
Boris Zbarsky
3915054e7f
Bug 824823 part 1. Rename nsHTMLAnchorElement to mozilla::dom::HTMLAnchorElement. r=peterv
...
--HG--
rename : content/html/content/src/nsHTMLAnchorElement.cpp => content/html/content/src/HTMLAnchorElement.cpp
rename : content/html/content/src/nsHTMLAnchorElement.cpp => content/html/content/src/HTMLAnchorElement.h
2013-01-04 12:02:13 -05:00
Boris Zbarsky
6efe50ec6e
Bug 824823 part 0. Fix a test to keep using an XPCWrappedNative element for now until bug 825053 is fixed. Verbal r=peterv
2013-01-04 12:02:13 -05:00
Boris Zbarsky
25524db939
Bug 826423. Fix SpecialPowers.wrap() to reliably detect Xrays. r=peterv
2013-01-04 12:02:13 -05:00
Marco Bonardo
857c57179f
Bug 826115 - Remove noisy NS_ENSURE_TRUE(rollupWidget, false) from nsWindow.cpp
...
r=jimm
2013-01-04 17:42:34 +01:00
Jason Smith
d71d504cb9
bug 826584 - remove canplaythrough event listener if we timeout. r=jesup
2013-01-04 06:54:59 -08:00
Jason Smith
34bc99c437
bug 826584 - Increase event callback timeout for gum tests. r=jesup
2013-01-04 00:20:57 -08:00
Mike Hommey
914c8a8b94
Backout changeset 6656cdc8b20d (bug 824330) because of android and b2g bustage on clobber builds
2013-01-04 17:14:33 +01:00