Commit Graph

207913 Commits

Author SHA1 Message Date
Vladimir Vukicevic
69fed5bbfb b=471585; [arm] jit crash on expedia.com; r=gal 2009-07-17 16:03:59 -07:00
Rob Arnold
d5b1e70381 b=500745; ctrl+letter keyboard shortcuts don't work on WinCE; r=vlad 2009-07-17 16:03:54 -07:00
Felipe Gomes
9cc1821a61 Bug 501440 - Support selecting text in touch enabled devices. r=jmathies, sr=vladimir 2009-07-17 13:57:28 -07:00
Felipe Gomes
8b001b7dab Bug 494281 (trunk only) - Touch panning no longer works as of 5/20/2009. r=jmathies, sr=vladimir 2009-07-17 13:57:05 -07:00
Ben Newman
aec2dfcacd Bug 504442 - Remove content/html/parser and land parser/html/javasrc/*.java.
--HG--
rename : content/html/parser/javasrc/AttributeName.java => parser/html/javasrc/AttributeName.java
rename : content/html/parser/javasrc/ElementName.java => parser/html/javasrc/ElementName.java
rename : content/html/parser/javasrc/HtmlAttributes.java => parser/html/javasrc/HtmlAttributes.java
rename : content/html/parser/javasrc/MetaScanner.java => parser/html/javasrc/MetaScanner.java
rename : content/html/parser/javasrc/Portability.java => parser/html/javasrc/Portability.java
rename : content/html/parser/javasrc/StackNode.java => parser/html/javasrc/StackNode.java
rename : content/html/parser/javasrc/StateSnapshot.java => parser/html/javasrc/StateSnapshot.java
rename : content/html/parser/javasrc/Tokenizer.java => parser/html/javasrc/Tokenizer.java
rename : content/html/parser/javasrc/TreeBuilder.java => parser/html/javasrc/TreeBuilder.java
rename : content/html/parser/javasrc/UTF16Buffer.java => parser/html/javasrc/UTF16Buffer.java
2009-07-17 13:50:20 -07:00
Ben Newman
e7540fc5b0 Bug 504646 - Get rid of the parser/html/javasrc symlink. r=hsivonen 2009-07-17 13:50:20 -07:00
Ben Newman
c1211114fd Bug 504447 - Make overzealous \.class$ pattern in .hgignore more precise. r=dbaron sr=jst 2009-07-17 13:50:20 -07:00
Ben Newman
f543edcf42 Refactor repetitive makefile shell commands into external scripts (bug 504444). r+sr=jst 2009-07-17 13:50:20 -07:00
Benjamin Smedberg
6e462d3f12 Bug 463417 - Port the nsinstall_win stuff over to the JS build engine as well 2009-07-17 15:22:30 -04:00
Benjamin Smedberg
f901818963 Bug 463417 - import the nsinstall.exe source from CVS buildtools repository: make it capable of copying files with very long names, build it by default on Windows hosts, and stop using the moztools version, r?timeless 2009-07-17 15:10:35 -04:00
Benjamin Smedberg
45ed805400 Bug 463417 - Import nsinstall.c from CVS (unmodified)... not hooked up yet 2009-07-17 15:07:35 -04:00
Ehsan Akhgari
c339c67f28 Bug 502307 - Closing multiple tabs in the last browser window with Private Browsing enabled yields no warning regardless of preference setting; r=enndeakin 2009-07-17 23:08:22 +04:30
Ehsan Akhgari
0ffe947eb7 Bug 504513 - DownloadLastDir.jsm is imported during startup; r=gavin 2009-07-17 23:08:19 +04:30
Neil Deakin
16538c1ff6 Bug 503966, dragging tab to bookmarks sidebar opens new window, fix this by passing the dataTransfer to the view, r=sdwilsh 2009-07-17 14:09:10 -04:00
Neil Deakin
39f2df2a25 Bug 503222, check file types on drop last so that urls take priority,r=mano 2009-07-17 14:09:10 -04:00
Paul O'Shannessy
2cf7ebfd44 Bug 504189 - Need to make slow script dialog delay higher On WinCE, r=vlad 2009-07-17 10:54:40 -07:00
Benjamin Smedberg
5788d00d13 Bug 483202 - Load chrome from the GRE directory in xpcshell, r=ted 2009-07-17 10:41:26 -04:00
Michael Ventor
24f2539fd5 Bug 503863 - fix warnings ISO C90 forbids mixed declarations and code, r=roc 2009-07-17 10:22:11 -04:00
Daniel Jeter II
38d2a4bd4f Bug 503186 - DeprecationWarning using Python 2.6, r=bsmedberg 2009-07-17 10:20:11 -04:00
Benjamin Smedberg
b432757bb4 Bug 479667 - Firefox should use SetProcessDEPPolicy (if available) to get DEP protection on Windows XPSP3 as well as Windows Vista if the global configuration has DEP off by default, r=jimm 2009-07-17 10:17:45 -04:00
Peter Van der Beken
7db4f5cd9f Fix for bug 503170 (Make QS argument unwrapping use thisptr offsets). r=jorendorff, sr=jst.
--HG--
extra : rebase_source : 1bf030e9ea24fd8efa3fd14feef3632020a3a359
2009-07-09 16:26:19 +02:00
Peter Van der Beken
9a1d5b0850 Part 1 of fix for bug 500850 (Make inline style use wrapper cache and slimwrappers). r/sr=bz.
--HG--
extra : rebase_source : 21f9c86dc4024e0e23882226e8395d61d5b0c518
2009-07-13 13:14:57 +02:00
Peter Van der Beken
6154c4b07e Fix for bug 504146 (Crash [@ nsGenericElement::cycleCollection::Traverse] with focus() method, popup, menulist, treecols). r=jst, sr=mrbkap.
--HG--
extra : rebase_source : ccd7a76cceab3f1ab593e2918d3847e14e8c5c22
2009-07-17 12:17:46 +02:00
Henri Sivonen
a56ada6c11 Bug 502260 - Check mFlushTimer for null in nsHtml5TreeBuilder::DoUnlink. r=mrbkap 2009-07-17 13:46:33 +03:00
Makoto Kato
162e47bde4 Bug 504519 - XPIDL command for Symbian native should not build. r=bsmedberg 2009-07-17 18:46:50 +09:00
Michael Ventnor
a0703c92cb Bug 504275 - Bookmarks need icons even if menus_have_icons=false. r=dao 2009-07-17 10:54:31 +02:00
Mark Banner
3f98fff29e Bug 503886 Allow non-mozilla central applications to use automation-build.mk. r=bsmedberg 2009-07-17 09:25:41 +01:00
Vladimir Vukicevic
4c1aac78db b=503570, [arm] jit crash with illegal instruction; r=gal 2009-07-16 21:05:29 -07:00
Dan Witte
86afc204b5 followup fix for bug 423132 (revert passing |this| as a parameter to forEach). 2009-07-16 20:53:43 -07:00
Justin Dolske
3337677d93 Bustage fix for bug 503138. 2009-07-16 18:55:01 -07:00
Brad Lassey
0d477d785b bug 458950 - updater doesn't build for windows CE r=vlad,bsmedberg 2009-07-16 18:21:09 -04:00
Justin Dolske
bd5116b7fb Bug 504638 - Disable malware protection on Windows CE. r=vladimir 2009-07-16 15:04:01 -07:00
Vladimir Vukicevic
2d867ed629 b=503902; put back npapi DOM object access for WinCE; r=jst 2009-07-16 14:13:43 -07:00
Vladimir Vukicevic
b30edd4221 b=503138; choose different default sans-serif font for Windows CE; r=jdaggett 2009-07-16 14:13:38 -07:00
Vladimir Vukicevic
cab646a652 b=500472; flash activex shunt for Windows CE; r=jst 2009-07-16 14:13:29 -07:00
Rob Arnold
5756566ee5 Bug 502713 - Minimized windows resize their content to (0,0) r=jmathies r=vladimir 2009-07-16 13:34:57 -07:00
Blake Kaplan
02bda8a1b2 Bug 502687 - GCGraphBuilder::AddNode crashes on OOM. r=dbaron 2009-07-16 13:06:48 -07:00
Blake Kaplan
49d335d38c Bug 501840 - Avoid a warning when a cycle collection participant doesn't use tmp. r+sr=peterv 2009-07-16 13:06:26 -07:00
Mark Finkle
76c184332c Bug 500324: 'Open' button in download manager doesn't correctly launch the file in it's viewer, r=bsmedberg, blassey 2009-07-16 15:40:28 -04:00
Justin Dolske
3766b4c92f Bug 499226 - Remove unneeded branding icons for Linux. r=mconnor 2009-07-16 12:36:26 -07:00
Paul Kehrer
ec00532cf8 Add default OCSP responder for trustwave. b=497184 r=johnath sr=kaie 2009-07-16 11:40:24 -04:00
Hideki Itoyama
59458f68ea Add default OCSP responder for globalsign. b=497172 r=nelson 2009-07-16 11:37:22 -04:00
Doug Turner
05b95d88e2 [Bug 504181
1] WinCE build tools - optionally force text and rdata to be locked. r=vlad
2009-07-16 11:32:03 -07:00
Dão Gottwald
fe5b88d2c2 Bug 421351 - allow styling richlistbox items with -moz-appearance:menuitem. r=enn 2009-07-16 20:29:21 +02:00
Doug Turner
a772c30a5e Merge to tip 2009-07-16 10:59:39 -07:00
Doug Turner
a4523b236a [Bug 503750] Crash when parameters of navigator.geolocation.getCurrentPosition are null. r/sr=jst 2009-07-16 10:03:49 -07:00
Doug Turner
0f02b17cc3 [Bug 503942] Implement Geolocation Addresses r=jst, sr=jst 2009-07-16 09:33:00 -07:00
Jonathan Kew
d1ebeafde8 bug 502795 - avoid using CTFontCreateCopyWithAttributes to disable ligatures because it fails with privately-activated download fonts, r=roc 2009-07-16 11:00:38 +01:00
Jonathan Kew
eba6d70ef1 reftest for bug 502795, Core Text rendering fails with downloaded font and letter-spacing, r=roc 2009-07-16 10:59:07 +01:00
Makoto Kato
06e7309221 Bug 503288 - add import/export declare for JavaScript engine. r=jim 2009-07-16 15:58:02 +09:00