Commit Graph

88070 Commits

Author SHA1 Message Date
David Mandelin
4b287e8788 Bug 733260 followup: use uint32_t for array and string lengths, r=luke
--HG--
extra : rebase_source : 1729b4b927fde0678872b9de62a7466381aa07c3
2012-03-06 15:52:55 -08:00
Bobby Holley
cdc3b32f77 Bug 731845 - XPCWrappedNative::ReparentWrapperIfFound should handle preserved wrappers. r=mrbkap 2012-03-05 16:58:59 -08:00
Brian Nicholson
915414d30f Bug 725990 - Add link support to doorhangers. r=margaret 2012-03-06 15:08:55 -08:00
Gregory Szorc
79d05cf994 Bug 729098 - Part 1.01/2 - Fix xpcshell test bustage; r=bustage 2012-03-06 16:27:22 -08:00
Gregory Szorc
9474ae8763 Bug 729098 - Part 1/2: Create xUnit XML results file when executing xpcshell tests; r=khuey 2012-03-06 15:03:34 -08:00
Oleg Romashin
bbcbbad700 Bug 733506 - WebGL FBO offscreen texture not initialized properly. r=bjacob 2012-03-06 23:29:38 +01:00
Nathan Froyd
2722c7b7ae Bug 733152 - add locale to telemetry metadata; r=taras 2012-03-05 19:36:47 -05:00
Alastair Robertson
9cd1218825 Bug 311605 - default browser checking should be done from nsBrowserGlue, not in delayedStartup. r=gavin 2012-03-06 23:28:53 +01:00
Dão Gottwald
0243028384 Bug 716334 - Avoid making the browser window visible before the layout is rendered. r=felip 2012-03-06 23:28:09 +01:00
Margaret Leibovic
f6cdf26ec3 Bug 717787 - Suggestions from <datalist> are not shown in Native Fennec. r=mbrubeck 2012-03-06 13:56:16 -08:00
Margaret Leibovic
22c79d10e2 backout 1d4397ee1e9a for wrong bug number 2012-03-06 14:01:02 -08:00
Margaret Leibovic
5dea4d6258 Bug 711624 - JS prompt dialog will appear in the foreground when loading the page with the code in the background. r=wesj 2012-03-06 13:56:16 -08:00
Margaret Leibovic
a49df8d013 Bug 733233 - Create getTabForWindow helper function. r=wesj 2012-03-06 13:56:16 -08:00
Margaret Leibovic
46d65e72b3 Bug 628616 - Make sure suggestions from <datalist> are shown in Firefox Mobile UI. r=mbrubeck 2012-03-06 13:56:16 -08:00
Stephen Perry
8ffae22340 Bug 666664 - Patch to fix warnings in gfx/thebes/gfxUserFontSet.cpp. r=BenWa 2012-03-06 16:44:23 -05:00
Stephen Perry
454a6c798c Bug 666664 - Patch to fix warnings in gfx/thebes/gfxContext.cpp. r=BenWa 2012-03-06 16:44:18 -05:00
Matt Brubeck
6e082dacc8 Back out a2d511a124d7 (bug 664163) for causing failures in test_traceable_channel_wrap.js 2012-03-06 13:28:25 -08:00
Malen Sok
b45c019ed1 Bug 722163 - Convert JumpListBuilder to use LazyIdleThread. r=khuey 2012-03-06 15:42:53 -05:00
Joel Maher
bb58eabcf0 Bug 731637 - robocop on tegras hit OOM for PixelTest due to getPaintedSurface() array creation. r=kats 2012-03-06 15:08:45 -05:00
Margaret Leibovic
4c669c07d8 Bug 704879 - (6/6) Show form validation message when invalid element is focused. r=lucasr 2012-03-06 11:56:44 -08:00
Margaret Leibovic
ef2489dff9 Bug 704879 - (5/6) Add form validation messages. r=lucasr 2012-03-06 11:56:44 -08:00
Margaret Leibovic
c5e13ea346 Bug 704879 - (4.5/6) Refactor message handling code into separate private messages. r=lucasr 2012-03-06 11:56:43 -08:00
Margaret Leibovic
7873ab994b Bug 704879 - (4/6) Make FormAssistant in charge of hiding an empty popup. r=lucasr 2012-03-06 11:56:43 -08:00
Margaret Leibovic
8752fbb750 Bug 704879 - (3/6) Refactor FormAssistant autocomplete logic. r=lucasr 2012-03-06 11:56:42 -08:00
Margaret Leibovic
5bdf82797c Bug 704879 - (2/6) Move FormAssist:AutoComplete message handling to FormAssistPopup. r=lucasr 2012-03-06 11:56:42 -08:00
Margaret Leibovic
8b73b3586d Bug 704879 - (1/6) Refactor AutoCompletePopup to FormAssistPopup. r=lucasr
--HG--
rename : mobile/android/base/AutoCompletePopup.java => mobile/android/base/FormAssistPopup.java
2012-03-06 11:56:41 -08:00
Fabrice Desré
2b76be2152 Bug 720415 - update navigator.mozApps m-c implementation - DOM + repo [r=gwagner] 2012-03-06 11:50:58 -08:00
Fabrice Desré
5c35eda77e Bug 720415 - update navigator.mozApps m-c implementation - IDL [r=jst] 2012-03-06 11:50:58 -08:00
Bill McCloskey
5eebfa9576 Bug 731094 - Expose a testing function that permits only deterministic GCs (r=igor) 2012-03-06 11:39:31 -08:00
Bill McCloskey
8317610173 Bug 729369 - Expose the same set of SpiderMonkey testing APIs to debug shell and debug browser chrome (r=Waldo) 2012-03-06 11:38:44 -08:00
Terrence Cole
e0888901b5 Bug 733372 - Fix an infinite recursion in GC marking; r=billm
Since the private data is sometimes packed in strange ways into the underlying
structure, we cannot just pass a reference to it to the marker.  Instead, we
store the gotten value on the C stack, do marking and potentially update its
value there, then pass the updated privates location to the object using
setPrivate.  If the setPrivate function triggers write barriers that end up
marking, this can recurse.  For now we should simply not do this.

--HG--
extra : rebase_source : ce2607907cc66f8beaeab433e21ba302cbf1b34e
2012-03-06 11:30:25 -08:00
Marco Bonardo
afb1fef86e Bug 731563 - Make Places view markers proper elements in the popups.
r=mano
2012-03-06 20:28:51 +01:00
Matt Brubeck
2d824e1746 Back out 2fbc7d9ac670 (bug 731845) on suspicion of causing test_native_mouse_mac.xul timeouts 2012-03-06 11:05:37 -08:00
Matt Brubeck
14fe1dd725 Bug 730418 - Don't open a new tab when the search key is pressed [r=sriram] 2012-03-06 09:48:33 -08:00
Jonathan Kew
21fcc850ec bug 719410 pt 1 - don't use subpixel AA under GDI/DirectWrite if ClearType is disabled system-wide. r=bas 2012-03-06 17:38:55 +00:00
Trevor Saunders
570b61ee37 Bug 726287 - misc decomtamination in nsHypertextAccessible, r=surkov 2012-03-07 02:08:02 +09:00
Gervase Markham
347c9eba89 Bug 730814 - Add "mpl" anchor. (Corrected patch) 2012-03-06 17:03:46 +00:00
Gervase Markham
2166d30991 Bug 730814- back out last set of changes; there was another patch caught up in there.
--HG--
extra : rebase_source : d30d97a1b494caef81ce1a6613e6084b551510af
2012-03-06 17:01:11 +00:00
Ehsan Akhgari
8e4c86f1c4 Bug 733264 - Define FramePointerStackWalk on platforms where stackwalking is not supported; r=jrmuizel 2012-03-06 11:38:04 -05:00
Timothy Nikkel
7a15a4c8cd Bug 664707. Followup. Use the right point for touch events. r=matspal 2012-03-06 09:58:36 -06:00
Derrick Rice
89160245ce Bug 732363 - Avoid oranges in test_net_addr.js by retaining references to the transport and output stream. r=jdm 2012-03-06 05:02:00 -05:00
Gervase Markham
c06b030a95 Bug 731166 - add README to other-licenses, discouraging use. 2012-03-06 13:43:46 +00:00
Gervase Markham
4be8d7980e Bug 730814 - Add "mpl" anchor. 2012-03-06 11:54:20 +00:00
Gervase Markham
6134500365 Bug 712640 - Split PSL into "registry" and "owner-requested" sections. r=pkasting. 2012-03-06 11:49:00 +00:00
Geoff Lankow
ea6acfe0bb Bug 731041 - Tidy up addon inline preferences code, mobile; r=mbrubeck, Unfocused 2012-03-07 00:41:57 +13:00
Geoff Lankow
add238cfb7 Bug 731041 - Tidy up addon inline preferences code, toolkit; r=mbrubeck, Unfocused 2012-03-07 00:41:25 +13:00
Jonathan Kew
51777815ab bug 729626 - fix cluster formation in Indic, cherrypicked from harfbuzz-ng commit 461b9b6347e4f58589f5be82c40a2df61da2c715. r=behdad 2012-03-06 10:58:16 +00:00
Alexander Surkov
7f1a0460fb Bug 732908 - Expose 'Firefox' and 'Thunderbird' as the accessible app names -- even for pre-release versions, r=ginn 2012-03-06 19:01:55 +09:00
Mike Hommey
c0d232df2d Fixup for bug 733087. rs=dougt 2012-03-06 09:54:17 +01:00
Mike Hommey
3dfdf56522 Bug 731151 - Avoid creating (and leaving around) an a.out during configure. r=khuey 2012-02-28 10:48:16 +01:00