Lukas Blakk
4c259b985a
Merging in version bump NO BUG CLOSED TREE
2013-02-19 09:35:19 -08:00
Lukas Blakk
9b3ceb1816
Added tag FIREFOX_AURORA_21_BASE for changeset cc37417e2c28
2013-02-19 09:30:50 -08:00
Ms2ger
9bf34e09ae
Bug 839447 - Part 4: Fix a potential null dereference; r=I'm an idiot
2013-02-19 13:20:40 +01:00
Ryan VanderMeulen
b16b59404c
Merge m-c to inbound.
2013-02-19 05:58:41 -05:00
Ryan VanderMeulen
88bfee73c9
Backed out changeset 0577eb1893c4 (bug 840094) for orange++
2013-02-19 05:43:46 -05:00
Ms2ger
c679179088
Bug 839447 - Part 3: Add a missing addref; r=mounir
2013-02-19 11:38:53 +01:00
Hannes Verschore
9e91283128
Bug 836274: Disable funapply inlining when typeset of callee is tighter than caller, r=nbp
2013-02-19 11:33:42 +01:00
Mike Hommey
561773b7e3
Bug 840094 - Change how nsZipArchive logging works. r=taras,r=gps
...
Now log in a single file given by the MOZ_JAR_LOG_FILE environment variable.
Log entries contain the URI of the Zip archive, followed by the path in the
archive.
2013-02-19 11:02:12 +01:00
Ryan VanderMeulen
84f6ba835d
Merge m-c to inbound.
2013-02-19 04:47:00 -05:00
Tim Taubert
5fd3369425
merge m-c to fx-team
2013-02-19 10:39:49 +01:00
Gregory Szorc
dd438075b5
Merge the last PGO-green inbound changeset to mozilla-central
2013-02-18 21:18:15 -08:00
David Zbarsky
4f8bacde59
Bug 833446: Remove nsIDOMSVGMarkerElement r=peterv
2013-02-18 17:48:54 -05:00
David Zbarsky
d520cdbfea
Bug 833446: Remove nsIDOMSVGImageElement r=peterv
2013-02-18 17:48:54 -05:00
David Zbarsky
cf925599f1
Bug 833446: Remove nsIDOMSVGMaskElement r=peterv
2013-02-18 17:48:54 -05:00
David Zbarsky
3d02cdfe38
Bug 833446: Remove nsIDOMSVGAElement r=peterv
2013-02-18 17:48:53 -05:00
David Zbarsky
4ffbd6cbee
Bug 833446: Remove nsIDOMSVGTitleElement r=peterv
2013-02-18 17:48:53 -05:00
Anton Kovalyov
825b4508fd
Bug 841954 - Make sure onOpen callback fires in all cases, r=past
2013-02-18 11:29:20 -08:00
Tim Taubert
efbe81a3b8
Bug 795939 - Cancel FX_PAGE_LOAD_MS when the request is aborted; r=felipe
2013-02-18 19:23:50 +01:00
Tim Taubert
e68d5f3063
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
5176190028
Bug 842132 - Crash with contentEditable, selection.deleteFromDocument with overlapping selection ranges, r=tbsaunde
2013-02-18 18:32:32 +02:00
Ryan VanderMeulen
5fdc54937c
Backed out changeset 645cb4fbf390 (bug 842132) for build bustage.
2013-02-18 11:12:16 -05:00
Olli Pettay
43861726fe
Bug 842132 - Crash with contentEditable, selection.deleteFromDocument with overlapping selection ranges, r=tbsaunde
2013-02-18 17:33:49 +02:00
L. David Baron
0476863f7c
Backed out changesets b093ba2c7ff9 and 0acbd06d48a9 (Bug 836655) for failing unit test.
2013-02-18 01:15:24 -08:00
L. David Baron
8279b0453d
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
8ecf12ec3a
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
Hector Zhao
bf7032b8be
Bug 842228 - Set shell to open in AddDisabledDDEHandlerValues. r=bbondy
2013-02-18 15:53:06 +08:00
Marco Chen
7666800708
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
90902b6a5b
Bug 834165 - Implement BlobEvent. r=smaug
...
--HG--
extra : rebase_source : 5d8f13baa4b2ff00a63300be54edb81ab2555bd9
2013-02-18 14:06:27 +08:00
Daniel Holbert
a6f9b0aab5
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
acd3a2dba8
Bug 837561 ReadInt16 and WriteInt16 should be paired r=benjamin
2013-02-18 15:19:03 +08:00
Vicamo Yang
bc7fe4bdc7
Bug 838190: ensure every received SMS message is acked. r=gwagner
2013-02-18 15:11:13 +08:00
L. David Baron
bd530b05fd
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
e1a3e9807a
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
350dc824b4
Bug 563195: Fix -Wshadow warnings in public SPS headers. r=BenWa
2013-02-17 22:56:32 -08:00
L. David Baron
c429083306
Bug 563195: Fix -Wshadow warnings in layout/style. r=bzbarsky
2013-02-17 22:56:32 -08:00
L. David Baron
d9c0a39dc8
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
27367461bb
Bug 563195: Avoid triggering -Wshadow warnings in mfbt/. r=Waldo
2013-02-17 22:56:32 -08:00
John Daggett
12fa6f3e69
Bug 833169 - fixup idents and trim out redundant initialization. r=karlt
2013-02-18 14:19:40 +09:00
Zack Weinberg
def7baa066
Bug 842134: fix serialization of unquoted url() in CSS. r=heycam
2013-02-17 22:03:55 -05:00
Tim Taubert
35784e5146
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
00aaabad70
Bug 829568 - part 1 - don't save (invalid) states without any windows; r=felipe
2013-02-15 12:28:00 +01:00
Tim Taubert
b919ca9ed0
merge m-c to fx-team
2013-02-18 18:57:35 +01:00
Mihai Sucan
12cbd44903
Bug 834721 - Use plurals for toolbox button tooltip; r=paul f=l10n
2013-02-15 23:29:44 +02:00
Ryan VanderMeulen
9b42314b76
Merge m-c to fx-team.
2013-02-18 11:07:20 -05:00
Tim Taubert
1b8db6c874
Bug 672474 - followup to use GetExtantDoc(); r=ms2ger
2013-02-18 11:07:24 +01:00
Tom Schuster
7aa49904f6
Bug 508061 - INITELEM behavior differs with -j. rs=Ms2ger
2013-02-17 22:25:07 +01:00
Randell Jesup
94800fdf12
Bug 826044: enable WebRTC crashtests r=jsmith
2013-02-15 19:54:29 -05:00
Randell Jesup
5e323ba22d
Bug 826044: Fix Webrtc crashtests, disable known permaoranges r=jsmith
2013-02-17 13:54:05 -05:00
Oleg Romashin
b0de49c8ad
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
0287dc46f7
Bug 840270 - Don't show a popup for select[multiple] with precise pointer input [r=jimm]
2013-02-17 10:01:33 -08:00