Tim Taubert
9b5781041b
Bug 830656 - Don't report errors when wipe() tries to remove non-existant session files; r=yoric
2013-02-19 19:34:25 +01:00
Tim Taubert
dc272234f3
Bug 842513 - Specify character sets for sample files and data URLs used in tests; r=felipe
2013-02-19 19:32:29 +01:00
Michael Ratcliffe
ba10068d74
Bug 834187 - [Computed view] Restore processing of namespaced type selectors e.g. :not(svg|a) test fix r=me
2013-02-19 15:58:03 +00:00
Joe Walker
3421053274
Backed out changeset c1abd2ac8de9 (bug 734664) for test failures
2013-02-19 13:50:34 +00:00
Michael Ratcliffe
7d57ab7dff
Bug 834187 - [Computed view] Restore processing of namespaced type selectors e.g. :not(svg|a)
2013-02-04 16:29:30 +00:00
Girish Sharma
c6ef084d0b
Bug 835722 - Infobar reappears even when not needed, r=jwalker
2013-02-16 16:22:27 +05:30
Brandon Benvie
73be173172
Bug 841078 - change FORBIDDEN_IDS initializer to an array of strings
2013-02-13 11:36:00 -08:00
Girish Sharma
41b5a9f04d
Bug 839890 - Fix for typo at line 391 in gDevTools.jsm; r=paul
2013-02-10 22:10:37 +05:30
David Creswick
41aee0b8ec
Bug 734664 - Devtools toolbox should display the actual target url when detached. r=paul
2013-02-19 10:54:01 +00:00
David Creswick
0358ea3cba
Bug 840156 - Inspector doesn't gracefully handle onDOMReady event that fires after the inspector has been destroyed; r=jwalker,paul
2013-02-19 10:48:05 +00:00
Tim Taubert
b35b1aa0d9
merge m-c to fx-team
2013-02-19 10:39:49 +01:00
Gregory Szorc
6ba892b160
Merge the last PGO-green inbound changeset to mozilla-central
2013-02-18 21:18:15 -08:00
David Zbarsky
c826cb691e
Bug 833446: Remove nsIDOMSVGMarkerElement r=peterv
2013-02-18 17:48:54 -05:00
David Zbarsky
1c807c7cb2
Bug 833446: Remove nsIDOMSVGImageElement r=peterv
2013-02-18 17:48:54 -05:00
David Zbarsky
ac1bb558fe
Bug 833446: Remove nsIDOMSVGMaskElement r=peterv
2013-02-18 17:48:54 -05:00
David Zbarsky
0bb6fbbc41
Bug 833446: Remove nsIDOMSVGAElement r=peterv
2013-02-18 17:48:53 -05:00
David Zbarsky
8e964492aa
Bug 833446: Remove nsIDOMSVGTitleElement r=peterv
2013-02-18 17:48:53 -05:00
Anton Kovalyov
38a9ca5ec3
Bug 841954 - Make sure onOpen callback fires in all cases, r=past
2013-02-18 11:29:20 -08:00
Tim Taubert
8bbae0dd49
Bug 795939 - Cancel FX_PAGE_LOAD_MS when the request is aborted; r=felipe
2013-02-18 19:23:50 +01:00
Tim Taubert
bc5d3cb377
Bug 829568 - part 3 - restore the initial session in case the user opens a non-private window; r=felipe
2013-02-18 18:57:48 +01:00
Olli Pettay
dc2243899a
Bug 842132 - Crash with contentEditable, selection.deleteFromDocument with overlapping selection ranges, r=tbsaunde
2013-02-18 18:32:32 +02:00
Ryan VanderMeulen
10bb153b4f
Backed out changeset 645cb4fbf390 (bug 842132) for build bustage.
2013-02-18 11:12:16 -05:00
Olli Pettay
7da38b2a1a
Bug 842132 - Crash with contentEditable, selection.deleteFromDocument with overlapping selection ranges, r=tbsaunde
2013-02-18 17:33:49 +02:00
L. David Baron
582d760397
Backed out changesets b093ba2c7ff9 and 0acbd06d48a9 (Bug 836655) for failing unit test.
2013-02-18 01:15:24 -08:00
L. David Baron
acdcd2ef36
Bug 836655: Fix bustage ("comparison between signed and unsigned integer expressions", warnings-as-errors) by using Contains rather than IndexOf.
2013-02-18 00:54:39 -08:00
Eric Chou
4f7b758879
Bug 842214 - Replace JS_NewStringCopyN with JS_NewUCStringCopyN, or non-ascii chars would be shown incorrectly, r=gyeh
2013-02-18 16:02:23 +08:00
Marco Chen
6b35baef9c
Bug 836655 - [Audio] Remove ChildID if there is no content channel playing in foreground and only send audio-channel-changed with normal when ChildID in the background has content channel in playing state. r=baku
...
--HG--
extra : rebase_source : 7c047f8643ca32920128fac51f92eb50dd1f4e30
2013-02-18 14:30:32 +08:00
Randy Lin
2887f23f47
Bug 834165 - Implement BlobEvent. r=smaug
...
--HG--
extra : rebase_source : 5d8f13baa4b2ff00a63300be54edb81ab2555bd9
2013-02-18 14:06:27 +08:00
Daniel Holbert
1eae6b4255
Bug 839347: Move SkNO_RETURN_HINT out of anonymous namespace so that clang won't warn about it being unused. r=mattwoodrow
2013-02-17 23:46:05 -08:00
Ginn Chen
ccea6f8d02
Bug 837561 ReadInt16 and WriteInt16 should be paired r=benjamin
2013-02-18 15:19:03 +08:00
Vicamo Yang
fbecbc5b2f
Bug 838190: ensure every received SMS message is acked. r=gwagner
2013-02-18 15:11:13 +08:00
L. David Baron
0e7ae1f64b
Bug 563195: Add -Wshadow to CFLAGS/CXXFLAGS for layout/style. r=ted
...
Since this directory has FAIL_ON_WARNINGS set, this will cause any
shadowing warnings triggered by headers included in layout/style to
cause errors.
Once this patch is reviewed, I'll write and attach patches to fix the
warnings needed to land this.
2013-02-17 22:56:32 -08:00
L. David Baron
2f75db9fab
Bug 563195: Fix -Wshadow warnings in gfx that affect layout/style. r=derf
...
A better name here would be welcome.
2013-02-17 22:56:32 -08:00
L. David Baron
045a5626da
Bug 563195: Fix -Wshadow warnings in public SPS headers. r=BenWa
2013-02-17 22:56:32 -08:00
L. David Baron
a418f3704b
Bug 563195: Fix -Wshadow warnings in layout/style. r=bzbarsky
2013-02-17 22:56:32 -08:00
L. David Baron
c0b261e3e4
Bug 563195: Fix -Wshadow warnings in public JS API headers (those used from layout/style/). r=njn
2013-02-17 22:56:32 -08:00
Nicholas Nethercote
1d9c94fd87
Bug 563195: Avoid triggering -Wshadow warnings in mfbt/. r=Waldo
2013-02-17 22:56:32 -08:00
John Daggett
f3ca7be5df
Bug 833169 - fixup idents and trim out redundant initialization. r=karlt
2013-02-18 14:19:40 +09:00
Zack Weinberg
f03df97325
Bug 842134: fix serialization of unquoted url() in CSS. r=heycam
2013-02-17 22:03:55 -05:00
Tim Taubert
312ea44d70
Bug 829568 - part 2 - back up the initial session when starting up with a private window; r=felipe
2013-02-15 13:20:48 +01:00
Tim Taubert
2a93821a9c
Bug 829568 - part 1 - don't save (invalid) states without any windows; r=felipe
2013-02-15 12:28:00 +01:00
Tim Taubert
a19db726e3
merge m-c to fx-team
2013-02-18 18:57:35 +01:00
Mihai Sucan
d0d4d0a8f6
Bug 834721 - Use plurals for toolbox button tooltip; r=paul f=l10n
2013-02-15 23:29:44 +02:00
Ryan VanderMeulen
9b2dfc1041
Merge m-c to fx-team.
2013-02-18 11:07:20 -05:00
Tim Taubert
c31f81b2d9
Bug 672474 - followup to use GetExtantDoc(); r=ms2ger
2013-02-18 11:07:24 +01:00
Tom Schuster
52c5e5ea7d
Bug 508061 - INITELEM behavior differs with -j. rs=Ms2ger
2013-02-17 22:25:07 +01:00
Randell Jesup
749c361fdb
Bug 826044: enable WebRTC crashtests r=jsmith
2013-02-15 19:54:29 -05:00
Randell Jesup
57013db531
Bug 826044: Fix Webrtc crashtests, disable known permaoranges r=jsmith
2013-02-17 13:54:05 -05:00
Oleg Romashin
bc407f6b23
Bug 840869 - division-by-zero possible in gfxFont::Draw when mAdjusted == 0.0 r=bas.schouten
2013-02-17 10:24:55 -08:00
Matt Brubeck
0fe70206e3
Bug 840270 - Don't show a popup for select[multiple] with precise pointer input [r=jimm]
2013-02-17 10:01:33 -08:00