Commit Graph

116809 Commits

Author SHA1 Message Date
Andres Hernandez
c7a1a08aa2 Bug 819510 - Quitting from a Private Browsing window makes Restore Previous Session fail once. r=ttaubert 2012-12-19 16:52:30 -06:00
Benjamin Chen
a78cacbcff Bug 805746 - Send CustomScroll domevent to browser.js. r=cjones 2012-12-25 14:09:34 +08:00
Ryan VanderMeulen
7551c48558 Backed out changesets 038194a2ffc3 and 4a7071b92069 (bug 820124) for mochitest orange. r=TryFTW 2012-12-26 22:48:23 -05:00
Chuck Lee
0dfb723b62 Bug 820762 - 0003.Test if voicemailInfo is exposed. r=hsinyi 2012-12-26 18:49:10 +08:00
Chuck Lee
d0b94c7804 Bug 820762 - 0002.Access voicmail info with correct permission. r=hsinyi 2012-12-26 18:49:08 +08:00
Chuck Lee
917e6df172 Bug 820762 - 0001.Change IDL. r=hsinyi 2012-12-25 14:56:30 +08:00
Eric Chou
153b52e18d Bug 820216 - should use JS_NewUCStringCopyN to copy a Unicode string, r=gyeh 2012-12-27 10:20:17 +08:00
Sean Stangl
a247331c37 Bug 820124, Part 2/2 - Handle fast removal in str_replace(). r=dvander 2012-12-18 17:28:16 -08:00
Sean Stangl
7f806aa241 Bug 820124, Part 1/2 - Use RegExpShared for lazy RegExpStatics. r=dvander 2012-12-14 16:07:35 -08:00
Gary Kwong
0b6271a5d4 Backout 4a66a93f8625 for causing mochitest failures. 2012-12-26 17:59:46 -08:00
Hubert Figuière
72e0ac33f0 Bug 806515 - Send app identifier for B2G content. r=bz
--HG--
extra : rebase_source : a798a7c117e1d2af34243cd1a1bfa5b3bc701f18
2012-12-25 15:06:27 -08:00
Eitan Isaacson
82bcd7292c Bug 824844 - Fix text changed events. r=davidb 2012-12-26 17:52:28 -08:00
Nicolas B. Pierron
2c1022bbbc Bug 780549 - Handle init error cases. r=bhackett 2012-12-26 16:00:43 -08:00
Boris Zbarsky
e8f4b3c5bf Bug 824448 followup to fix test bustage. r=peterv expected 2012-12-26 15:26:05 -08:00
Nicholas Cameron
311306c50c Bug 823124; speculative fix - null style rule from an animation; r=dbaron 2012-12-27 11:42:34 +13:00
L. David Baron
203ce65e44 Bug 823124: Add diagnostic (and otherwise good-to-have) assertion that non-root rule nodes must have a non-null rule (and vice-versa). 2012-12-21 14:36:53 -05:00
Boris Zbarsky
335ab8feb3 Bug 820909. Make LowerCaseEqualsASCII and LowerCaseEqualsLiteral actually do ASCII-case-insensitive matching instead of doing odd things with KELVIN SIGN and LATIN CAPITAL LETTER I WITH DOT ABOVE. r=bsmedberg, sr=dbaron 2012-12-26 13:42:39 -08:00
Boris Zbarsky
0a430735aa Bug 824448 part 2. Switch HTMLHeadingElement to WebIDL bindings. r=peterv 2012-12-26 13:40:46 -08:00
Boris Zbarsky
152b752eb9 Bug 824448 part 1. Rename nsHTMLHeadingElement to mozilla::dom::HTMLHeadingElement. r=peterv
--HG--
rename : content/html/content/src/nsHTMLHeadingElement.cpp => content/html/content/src/HTMLHeadingElement.cpp
2012-12-26 13:40:44 -08:00
Boris Zbarsky
b8073abc89 Bug 819624 part 2. Hook up the HTMLDocument WebIDL API to quickstubs. r=peterv 2012-12-26 13:37:26 -08:00
Boris Zbarsky
bdc4bbcd15 Bug 819624 part 1. Hook up the WebIDL bindings for HTMLDocument. r=peterv 2012-12-26 13:37:26 -08:00
Sriram Ramasubramanian
9a4bbff98a Bug 824474: Proper cleanup of tabs-tray while hiding. [r=mfinkle]
--HG--
extra : rebase_source : 61bf7bde07dc4cfad77acd656a60c88c4d329d8a
2012-12-26 12:56:34 -08:00
Daniel Holbert
f81c0a4bf1 Bug 821449: Marked flex items whose height is stretched (via "align-items/align-self") as having a relative height. r=dbaron
--HG--
rename : layout/reftests/flexbox/flexbox-dyn-changePadding-1a.xhtml => layout/reftests/flexbox/flexbox-dyn-changePadding-1b.xhtml
2012-12-26 12:31:23 -08:00
Daniel Holbert
b35271523f Bug 821426: Call FinishReflowChild() instead of DidReflow() after flex container's "measuring" reflow for a flex item. r=dbaron 2012-12-26 12:29:27 -08:00
Mike Conley
30a404cded Bug 823095 - Better pinstripe theme-ing for new Downloads View in Places. r=Mano. 2012-12-26 15:25:15 -05:00
Daniel Holbert
e41dd5f0e6 Bug 811521: When reflowing a flex container, ensure its children are sorted by 'order'. r=dbaron 2012-12-26 12:17:52 -08:00
Timothy Nikkel
f1b3ee04ea Bug 824634. Painting may run script so hold onto the layer manager and re-get the listener in case it changed. r=jimm 2012-12-26 13:49:07 -06:00
Sriram Ramasubramanian
8bddb502ff Bug 824142: Color mismatch between backgrounds in awesomescreen in PBM. [r=mfinkle]
--HG--
extra : rebase_source : bca592f3976d1e646269d7ac7ce50597268b2b22
2012-12-26 11:11:29 -08:00
Sriram Ramasubramanian
8b4843d99f Bug 816114: Awesomebar tabs title color should change with the themes. [r=mfinkle]
--HG--
extra : rebase_source : d544d0e2ee3925b89596296fdb18877215c4b7b4
2012-12-26 11:10:43 -08:00
Sriram Ramasubramanian
7d913f06d9 Bug 824132: Persona sends a Reset message on start. [r=mfinkle]
--HG--
extra : rebase_source : e8e47801fbc3f4ec55e6d7637e4586a587cdda16
2012-12-26 11:10:14 -08:00
Daniel Holbert
53b5bd61c3 Bug 797411: Disallow root-viewport scrolling in BrowserElementScrolling.js if <body> or <html> nodes are overflow:hidden. r=vingtetun 2012-12-26 10:24:43 -08:00
Rafael Ávila de Espíndola
c3c696084c Bug 824708 - remove unused releng.manifest. r=rail.
--HG--
extra : rebase_source : 4d5177cc4add69983c207a6320198e8af159b7ea
2012-12-26 13:16:34 -05:00
Marshall Culpepper
44803927cc Bug 821741: Load update prefs more dynamically to support automation in B2G. r=fabrice
--HG--
extra : rebase_source : ca7f9ef99fe96051d915ec5b8a87fb22a00d3d6d
2012-12-26 11:28:42 -06:00
Daniel Holbert
18c78d344e Bug 824648: Add range-check & unsigned cast before comparing signed arg to unsigned array-length, in VMFunctions.cpp's CharCodeAt() impl. r=nbp 2012-12-26 09:29:19 -08:00
Andrew McCreight
8a45e557f3 Bug 823226 - Add environment variables for controlling cycle collector logging. r=smaug 2012-12-19 14:35:50 -08:00
Jan Beich
dacd27df4a Bug 824460 - Unbreak build with clang/libc++ after bug 815523. r=jduell 2012-12-26 10:16:42 -05:00
Jan Beich
a263805ced Bug 815916 - Unbreak building signaling tests for system jpeg/pixman. r=rjesup 2012-12-26 10:15:53 -05:00
Mike Conley
ecbcdbd954 Bug 814510 - Downloads Summary icon needs to be revisited. r=mak 2012-12-26 10:15:06 -05:00
Jim Chen
d2594cc725 Bug 814689 - Only use key events for plugins; r=cpeterson 2012-12-26 10:06:53 -05:00
Jim Chen
0532328ecc Bug 821979 - Specify valid selection offsets in onCreateInputConnection; r=blassey 2012-12-26 10:06:53 -05:00
Jim Chen
e3b7925c5e Bug 822755 - Don't process reply and always remove from action queue when processing stale actions; r=cpeterson 2012-12-26 10:06:52 -05:00
Jan de Mooij
be679ba2ac Bug 823482 part 1 - Refactor JSOP_EXCEPTION implementation in the interpreter. r=djvj
--HG--
extra : rebase_source : ec8f44feae0e8c74245347b1763f0275867764f5
2012-12-26 15:57:26 +01:00
Jan de Mooij
16fa715d6a Bug 824463 - Fix checkStackAlignment on ARM. r=mjrosenb
--HG--
extra : rebase_source : b8ee9a95e13cca2f0e5e00960e68c55e47053e59
2012-12-26 15:45:13 +01:00
Nicolas B. Pierron
00b2d8a0b4 Bug 801775 - Filter IonMonkey C1/Ion spew based on scripts' origin. r=sstangl 2012-12-26 06:59:15 -08:00
Ryan VanderMeulen
bf3de8f80f Merge m-c to inbound. 2012-12-26 08:00:56 -05:00
Ryan VanderMeulen
1d42cc9024 Merge inbound to m-c. 2012-12-26 08:00:02 -05:00
Julien Wajsberg
bafd79b5f0 Bug 824465 - fix delivery state wrongly reset to 'sending' when delivered. r=vicamo 2012-12-26 20:38:11 +08:00
Nicolas B. Pierron
53d06365d2 Bug 822938 - LCallee use a register instead of a fixed LArgument. r=jandem 2012-12-26 03:25:26 -08:00
Masatoshi Kimura
a09ad8aee2 Bug 820841 - Cache the document URI on the window so that DOMParser() can refer. r=bz 2012-12-26 20:00:05 +09:00
Mike Conley
767ca29d5b Bug 822257 - gnomestripe theme-ing for new Downloads View in Places r=mak 2012-12-26 11:31:17 +01:00