Commit Graph

14401 Commits

Author SHA1 Message Date
Oleg Romashin
5c41827b55 Adde modules which not requires implementation 2008-04-19 18:11:21 +03:00
Oleg Romashin
d26ff28c3a Add implementation of nsWindow object 2008-04-19 18:11:13 +03:00
Oleg Romashin
1f79e842ac Add old implementation of mozqwidget and nsCommonWidget 2008-04-19 18:10:45 +03:00
romaxa@romaxa.research.nokia.com
03b2d4c8a8 Fixed building with new QT flags
Disabled QtSql
2008-04-19 18:07:40 +03:00
romaxa@romaxa.research.nokia.com
11fd09a312 Add nsAppShell empty implementation
Disable qt3support
2008-04-19 18:05:49 +03:00
romaxa@romaxa.research.nokia.com
f98baada0a Add base implementation of gfxQtPlatform and widget/qt 2008-04-19 18:02:52 +03:00
romaxa@romaxa.research.nokia.com
7f26b5f88d Add initial fonts stuff for Qt port 2008-04-19 16:46:17 +03:00
romaxa@romaxa.research.nokia.com
648900c082 Add initial embedding/browser/qt implementation, ported from old mozilla/qt port 2008-04-19 16:43:26 +03:00
romaxa@romaxa.research.nokia.com
6c3e325d4b Add new cairo-qpainter backend for building in cairo-qt configuration 2008-04-19 16:34:30 +03:00
romaxa@romaxa.research.nokia.com
257b6a32af Add cairo-ft dependency for QT-gfx 2008-04-19 16:31:30 +03:00
romaxa@romaxa.research.nokia.com
f3780d3b59 Fixed nsGNOMERegistry building in non-gtk configuration 2008-04-19 16:27:21 +03:00
romaxa@romaxa.research.nokia.com
dd7895f27b Add using of MOZ_WIDGET_QT and other qt defines in various parts of mozilla tree 2008-04-19 16:26:02 +03:00
romaxa@romaxa.research.nokia.com
e57ca6c6d4 Enabled building of embedding/browser/qt and widget/src/qt modules for cairo-qt build configuration 2008-04-19 16:21:59 +03:00
romaxa@romaxa.research.nokia.com
bbb00db9ff Enabled building of gfxQtFonts and gfxQtPlatform for cairo-qt configuration 2008-04-19 16:19:04 +03:00
romaxa@romaxa.research.nokia.com
a32e113972 Add "cairo-qt" toolkit configuration option 2008-04-19 16:14:38 +03:00
Benjamin Smedberg
1b75d6b87f Merge cvs-trunk-mirror to mozilla-central
--HG--
rename : js/src/jsapi.c => js/src/jsapi.cpp
2008-04-16 16:51:58 -04:00
bclary@bclary.com
30cfc5e421 JavaScript Tests -regression tests for bug 392378, by x00000000 2008-04-16 09:30:03 -07:00
bzbarsky@mit.edu
d0934d18ac display:block legends should still shrink-wrap. Bug 428423, tests by dholbert, r=dholbert, sr=dbaron, a=beltzner 2008-04-16 09:07:27 -07:00
bzbarsky@mit.edu
de3cfbb932 Allow a signed jar to load scripts which are at least as privileged as the jar. Bug 428873, r+sr=jst, a=beltzner 2008-04-16 09:03:23 -07:00
enndeakin@sympatico.ca
d6732d2103 Bug 398928, allow dragging window on Mac by the toolbar, r=neil,sr=roc,a=beltzner 2008-04-16 08:29:54 -07:00
smichaud@pobox.com
a0c622f67c Fix IME input in plugins that (like Flash) get key events from NPAPI. b=357670 a=josh sr=roc a=beltzner 2008-04-16 08:27:18 -07:00
bclary@bclary.com
8493630a10 JavaScript Tests - regression test for bug 424257, by Gary Kwong 2008-04-16 08:22:55 -07:00
bclary@bclary.com
4573094309 JavaScript Tests - regression test for bug 424311, by Jesse Ruderman 2008-04-16 08:17:35 -07:00
bclary@bclary.com
08a76e650a JavaScript Tests - regression tests for bug 352604, by Jesse Ruderman, Brian Crowder 2008-04-16 07:38:39 -07:00
bclary@bclary.com
597f096e73 JavaScript Tests - update known failures, bug 404367 2008-04-16 07:30:28 -07:00
benjamin@smedbergs.us
bbdf7743a9 Bug 426065 part 2: configure should confirm that Windows headers necessary for certain features are actually available. r=luser a=beltzner 2008-04-16 07:15:30 -07:00
johnath@mozilla.com
5476fd76a9 "Why was this site blocked" button uses top level document location, broken for subframes. b=429140 r=gavin a=beltzner 2008-04-16 06:20:21 -07:00
vladimir@pobox.com
b1c6ba4eae b=428563, minor upgrade to cairo 1.6.4, really this time; r=me,a=beltzner 2008-04-16 05:48:51 -07:00
vladimir@pobox.com
253308a219 b=428563, minor upgrade to cairo 1.6.4, really this time; r=me,a=beltzner 2008-04-16 05:44:28 -07:00
bclary@bclary.com
afb725d37a JavaScript Test - regression test for bug 428708, by Jesse Ruderman 2008-04-16 05:10:36 -07:00
bclary@bclary.com
a354c7a544 JavaScript Tests - regression tests for bug 387951, by Jesse Ruderman, Gary Kwong 2008-04-16 05:02:58 -07:00
peterv@propagandism.org
e19f1d2b9c Try to make test more robust. 2008-04-16 01:35:44 -07:00
peterv@propagandism.org
1e48bb7c4a Reenable test. 2008-04-16 00:27:19 -07:00
peterv@propagandism.org
66401bb237 Try to make test more robust. 2008-04-16 00:26:38 -07:00
edward.lee@engineering.uiuc.edu
224482cf75 Bug 429144 - If downloaded file is removed, but saved dir still exists, then "Open Containing Folder" menu item should be disabled. r=sdwilsh, a1.9=beltzner 2008-04-15 22:28:59 -07:00
masayuki@d-toybox.com
029917bed9 Bug 428980 leaking NSAutoreleasePool object in insertText r=josh,sr=vlad, a=beltzner 2008-04-15 21:56:51 -07:00
gavin@gavinsharp.com
d2b12cba05 Bug 429232: update Google search engine icon, icon by Google, a=beltzner 2008-04-15 21:08:20 -07:00
leon.sha@sun.com
767c62ace7 Bug 428903 There are debug information printed in release build. (nsThebesDeviceContext.cpp). vladimir: review+ vladimir: superreview+ beltzner: approval1.9+ 2008-04-15 20:27:03 -07:00
leon.sha@sun.com
f5ed52c44d Bug 424751 On Linux/Unix, landscape mode setting failed if there is no CUPS printer configured. ventnor.bugzilla: review+ roc: superreview+ beltzner: approval1.9+ 2008-04-15 20:20:32 -07:00
karlt+@karlt.net
a47f75781a Ensure aveCharWidth is wide enough for numerals. b=410405 r=pavlov a1.9=schrep 2008-04-15 18:03:51 -07:00
karlt+@karlt.net
2c9a9b7d75 still fails on Windows too - bug 428458 2008-04-15 17:42:25 -07:00
karlt+@karlt.net
49fed48b96 still fails on Mac - bug 428458 2008-04-15 17:13:20 -07:00
karlt+@karlt.net
f1354bea5a Use ceil instead of round in GetAveCharWidth and GetSpaceWidth for consistency with GetMaxAdvance. b=428458 r=pavlov sr=roc a1.9=damons 2008-04-15 16:34:06 -07:00
karlt+@karlt.net
11399549ba Use a | char to tighten up test but still allow for 1 pixel. b=428458 2008-04-15 16:30:32 -07:00
karlt+@karlt.net
9c03752731 wrap rightmost textboxes so that mouse events are tested closer to the left hand side of (within) the frame. b=410405 r=pavlov a1.9=schrep 2008-04-15 16:17:23 -07:00
timeless@mozdev.org
219c6d8ba2 Bug 428255 please spell equals correctly (syntax typo) r=dietrich a=beltzner 2008-04-15 16:09:18 -07:00
dcamp@mozilla.com
e19130f2c0 Bug 427862: Don't use cached full-hash entries without a successful safebrowsing update. r=tony, a1.9=beltzner 2008-04-15 15:39:44 -07:00
mkaply@us.ibm.com
4ac145ee20 429151, r=sayrer, a=beltzner, don't do internal version checking when adding microformats 2008-04-15 13:55:02 -07:00
crowder@fiverocks.com
47059aa1ae Bug 352604: Assertion failure !OBJ_GET_PROTO(cx, ctor) after deleting Function, r=brendan, a1.9=shaver 2008-04-15 13:44:21 -07:00
bent.mozilla@gmail.com
a77155cbb2 Bug 428557 - "Error in console: NS_ERROR_XPC_JSOBJECT_HAS_NO_FUNCTION_NAMED". r=gavin, a=beltzner. 2008-04-15 13:42:48 -07:00