Skip to content

Commit

Permalink
Updating Framework hash.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nukul Bhasin committed Dec 12, 2012
1 parent 631c5ae commit a35904a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Framework
Submodule Framework updated 81 files
+8 −0 dependencies/bootstrap/ui.html
+1 −1 ext-internal/automation/manifest.json
+1 −1 ext-internal/pps/manifest.json
+17 −1 ext/app/client.js
+18 −1 ext/app/index.js
+4 −13 ext/bbm.platform/native/bbm_bps.cpp
+128 −1 ext/card/client.js
+126 −1 ext/card/index.js
+10 −8 ext/meta.mk
+4 −1 ext/pim.calendar/CalendarEvent.js
+5 −1 ext/pim.calendar/client.js
+4 −5 ext/pim.calendar/index.js
+146 −89 ext/pim.calendar/native/pim_calendar_qt.cpp
+4 −0 ext/pim.calendar/native/pim_calendar_qt.hpp
+28 −0 ext/pim.contacts/ContactPickerOptions.js
+84 −1 ext/pim.contacts/client.js
+225 −0 ext/pim.contacts/contactConsts.js
+44 −1 ext/pim.contacts/contactUtils.js
+107 −1 ext/pim.contacts/index.js
+1 −1 ext/pim.contacts/native/common.mk
+20 −11 ext/pim.contacts/native/pim_contacts_js.cpp
+114 −0 ext/pim.contacts/native/pim_contacts_qt.cpp
+3 −0 ext/pim.contacts/native/pim_contacts_qt.hpp
+12 −3 ext/sensors/client.js
+34 −2 ext/sensors/index.js
+5 −40 ext/sensors/native/sensors_js.cpp
+73 −52 ext/sensors/native/sensors_ndk.cpp
+7 −14 ext/sensors/native/sensors_ndk.hpp
+4 −0 ext/sensors/sensorsJNEXT.js
+4 −0 ext/system/client.js
+13 −0 ext/system/index.js
+1 −0 lib/config/default.js
+3 −0 lib/framework.js
+4 −0 lib/overlayWebView.js
+8 −1 lib/utils.js
+7 −0 test/functional/automatic/blackberry.app.js
+143 −8 test/functional/automatic/blackberry.invoke.card.js
+1 −1 test/functional/automatic/blackberry.invoke.js
+4 −4 test/functional/automatic/blackberry.pim.calendar.js
+96 −0 test/functional/automatic/blackberry.pim.contacts.js
+17 −9 test/functional/automatic/blackberry.sensors.js
+12 −0 test/functional/automatic/blackberry.ui.contextmenu.js
+73 −1 test/functional/automation/blackberry.app.js
+54 −1 test/functional/manual/blackberry.pim.calendar.js
+124 −0 test/functional/manual/blackberry.pim.contacts.js
+82 −0 test/functional/manual/blackberry.system.js
+2 −0 test/test-app/config.xml
+ test/test-app/img/barney.jpg
+158 −42 test/test-app/manual/ContextMenu/index.htm
+184 −13 test/test-app/manual/ContextMenu/script.js
+57 −0 test/test-app/manual/InvocationTest/css/style.css
+62 −0 test/test-app/manual/InvocationTest/index.htm
+112 −0 test/test-app/manual/InvocationTest/js/app.js
+ test/test-app/manual/InvocationTest/test.docx
+ test/test-app/manual/InvocationTest/test.pdf
+ test/test-app/manual/InvocationTest/test_image.png
+24 −0 test/test-app/manual/formcontrol/main.html
+56 −0 test/test-app/manual/framework-split/calendarComposer.htm
+75 −0 test/test-app/manual/framework-split/calendarPicker.htm
+75 −0 test/test-app/manual/framework-split/cameraCard.htm
+65 −0 test/test-app/manual/framework-split/emailComposer.htm
+15 −73 test/test-app/manual/framework-split/filePickerCard.htm
+127 −0 test/test-app/manual/framework-split/icsViewerCard.htm
+27 −14 test/test-app/manual/framework-split/main.htm
+11 −0 test/test-app/manual/framework-split/test.ics
+3 −2 test/test-app/manual/index.htm
+15 −1 test/unit/ext/app/client.js
+35 −1 test/unit/ext/app/index.js
+211 −2 test/unit/ext/card/client.js
+208 −2 test/unit/ext/card/index.js
+4 −0 test/unit/ext/pim.calendar/CalendarEvent.js
+51 −37 test/unit/ext/pim.calendar/index.js
+71 −0 test/unit/ext/pim.contacts/client.js
+119 −19 test/unit/ext/pim.contacts/index.js
+15 −4 test/unit/ext/sensors/client.js
+17 −3 test/unit/ext/sensors/index.js
+9 −0 test/unit/ext/system/client.js
+84 −0 test/unit/ext/system/index.js
+22 −0 test/unit/lib/framework.js
+13 −0 test/unit/lib/overlayWebView.js
+45 −2 test/unit/lib/utils.js

0 comments on commit a35904a

Please sign in to comment.